forked from deepStateMirrors/tabi
⬆️ fix: use latest zola-deploy-action
This commit is contained in:
parent
7a4c153fe1
commit
19bd85f8db
2 changed files with 3 additions and 22 deletions
7
.github/workflows/zolatogithubpages.yml
vendored
7
.github/workflows/zolatogithubpages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue