⬆️ fix: use latest zola-deploy-action

This commit is contained in:
welpo 2023-04-14 16:29:24 +02:00
parent 7a4c153fe1
commit 19bd85f8db
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 3 additions and 22 deletions

View file

@ -9,11 +9,10 @@ jobs:
- name: checkout
uses: actions/checkout@v3.0.0
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.17.2
uses: shalzz/zola-deploy-action@master
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}
# Or if publishing to the same repo, use the automatic token
#TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_THEMES: false