We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6135c1 commit 901ebd3Copy full SHA for 901ebd3
1 file changed
.github/workflows/main.yml
@@ -9,13 +9,11 @@ jobs:
9
if: github.ref == 'refs/heads/main'
10
steps:
11
- name: checkout
12
- uses: actions/checkout@v3.0.0
13
- - name: build_and_deploy
14
- uses: shalzz/zola-deploy-action@v0.17.2
+ uses: actions/checkout@v4.0.0
+ - name: Build and deploy
+ uses: shalzz/zola-deploy-action@v0.20.0
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 }}
0 commit comments