Skip to content

Commit

Permalink
⬆️ fix: use latest zola-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 14, 2023
1 parent 7a4c153 commit 19bd85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/zolatogithubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 19bd85f

Please sign in to comment.