Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from AkechiShiro/renovate/peaceiris-actions-gh…
Browse files Browse the repository at this point in the history
…-pages-4.x

Update peaceiris/actions-gh-pages action to v4
  • Loading branch information
AkechiShiro authored Jun 16, 2024
2 parents d8bf18c + 056f25f commit 4bc674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: mkdir ./pages
- run: cp result ./pages/index.html
- name: deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages
Expand Down

0 comments on commit 4bc674d

Please sign in to comment.