Skip to content

Commit b9337be

Browse files
committed
try JamesIves/github-pages-deploy-action@v4
1 parent 8bde34b commit b9337be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
run: zig build --summary new
2424

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

0 commit comments

Comments
 (0)