Skip to content

Commit

Permalink
Merge pull request #255 from MasatoMakino/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eaceiris/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
MasatoMakino authored Apr 16, 2024
2 parents baf1a78 + a240ecc commit bb3d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Deploy Github pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit bb3d115

Please sign in to comment.