nateraluis / luisnatera.com

Personal website
https://luisnatera.com
MIT License
0 stars 0 forks source link

Automating blog posts with GitHub actions #9

Closed nateraluis closed 2 years ago

nateraluis commented 2 years ago

Post structure:

nateraluis commented 2 years ago
graph TD;
    A -- close previous --> B
    A[GitHub Action] --creates--> B[Weekly issue];
    G[\User/] --comments--> B
    C[GitHubAction] --Executes--> D[Python script];
    D --> E(For comment in issue);
    E --reads--> B;
    E --write into--> F[/Week in review file/];