From 18f45c7ba6d35724117cb3f87f53630abcdc9818 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Thu, 7 Apr 2022 23:01:37 +0100 Subject: [PATCH] change Github Action to * all files --- .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 de76f2a..923cbbb 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/**/day01.md' + files: 'Days/**/*.md' # (Optional) The git branch to use. Default is 'main'. branch: main # (Optional) Use conventional commit messages. Default is false.