Skip to content

Commit

Permalink
try JamesIves/github-pages-deploy-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
matu3ba committed Dec 20, 2024
1 parent 8bde34b commit b9337be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: zig build --summary new

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./zig-out
folder: ./zig-out

0 comments on commit b9337be

Please sign in to comment.