Skip to content

Commit

Permalink
ci: fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 6, 2023
1 parent 247bcf5 commit fbd25a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
set-safe-directory: '*'
- name: zola_build
uses: Deuchnord/zola-deploy-action@fix/safe-directory
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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Single deploy job since we're just deploying
deploy:
needs: build
Expand Down

0 comments on commit fbd25a2

Please sign in to comment.