mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-03 13:30:00 +07:00
day 30
This commit is contained in:
parent
098aa429b7
commit
ec0a98819a
2
.github/workflows/deploy-blog-posts.yml
vendored
2
.github/workflows/deploy-blog-posts.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# (Optional) The files to publish. Default is "posts/**/*.md"
|
# (Optional) The files to publish. Default is "posts/**/*.md"
|
||||||
files: 'Days/**/day25.md'
|
files: 'Days/**/day30.md'
|
||||||
# (Optional) The git branch to use. Default is 'main'.
|
# (Optional) The git branch to use. Default is 'main'.
|
||||||
branch: main
|
branch: main
|
||||||
# (Optional) Use conventional commit messages. Default is false.
|
# (Optional) Use conventional commit messages. Default is false.
|
||||||
|
Loading…
Reference in New Issue
Block a user