diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2ec8aa7..1a44545 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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