We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75afba commit 85f1676Copy full SHA for 85f1676
.github/workflows/build.yml
@@ -9,13 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: checkout
12
- uses: actions/checkout@v3.0.0
+ uses: actions/checkout@v4
13
- name: build_and_deploy
14
- uses: shalzz/zola-deploy-action@v0.17.1
+ uses: shalzz/zola-deploy-action@v0.19.1
15
env:
16
# Target branch
17
PAGES_BRANCH: gh-pages
18
- # Provide personal access token
19
- #TOKEN: ${{ secrets.TOKEN }}
20
- # Or if publishing to the same repo, use the automatic token
21
- TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments