From 3500a29984ee42bed6499a7c81f8bde77c53fbbc Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Fri, 8 Apr 2022 12:04:11 +0100 Subject: [PATCH] day 11 and 12 --- .github/workflows/deploy-blog-posts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-blog-posts.yml b/.github/workflows/deploy-blog-posts.yml index d1903b3..269bfa3 100644 --- a/.github/workflows/deploy-blog-posts.yml +++ b/.github/workflows/deploy-blog-posts.yml @@ -36,7 +36,7 @@ jobs: # See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token github_token: ${{ secrets.GITHUB_TOKEN }} # (Optional) The files to publish. Default is "posts/**/*.md" - files: 'Days/**/day08.md' + files: 'Days/**/day011.md, Days/**/day012.md' # (Optional) The git branch to use. Default is 'main'. branch: main # (Optional) Use conventional commit messages. Default is false.