Skip to content

Commit

Permalink
ci: update gh pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 6, 2024
1 parent 9655330 commit 84a1e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
find ./site/public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site/public
Expand Down

0 comments on commit 84a1e6b

Please sign in to comment.