Skip to content

Commit

Permalink
Merge pull request #60 from yuiseki/renovate/peaceiris-actions-gh-pag…
Browse files Browse the repository at this point in the history
…es-4.x

Update peaceiris/actions-gh-pages action to v4
  • Loading branch information
yuiseki authored Apr 8, 2024
2 parents 2b5542f + 140cf54 commit 8cf4fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm ci
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 8cf4fc5

Please sign in to comment.