Skip to content

Commit 85f1676

Browse files
committed
update github actions
1 parent a75afba commit 85f1676

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout
12-
uses: actions/checkout@v3.0.0
12+
uses: actions/checkout@v4
1313
- name: build_and_deploy
14-
uses: shalzz/zola-deploy-action@v0.17.1
14+
uses: shalzz/zola-deploy-action@v0.19.1
1515
env:
1616
# Target branch
1717
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 }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)