Skip to content

Commit

Permalink
Merge pull request #172 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 committed Apr 10, 2024
2 parents d18aecb + ebf6948 commit 0aa6150
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 0aa6150

Please sign in to comment.