Skip to content

Commit

Permalink
day 62
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade committed Apr 8, 2022
1 parent 64c1237 commit 599181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-blog-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/day60.md'
files: 'Days/**/day62.md'
# (Optional) The git branch to use. Default is 'main'.
branch: main
# (Optional) Use conventional commit messages. Default is false.
Expand Down

0 comments on commit 599181d

Please sign in to comment.