Skip to content

Commit

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

Update peaceiris/actions-gh-pages action to v4
  • Loading branch information
yuiseki committed Apr 8, 2024
2 parents de75fb1 + f847cb6 commit f3d30bb
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:
sed "s|http://localhost:5000/|https://$USER_NAME.github.io/$REPO_NAME/|g" -i docs/tiles.json
sed "s|http://localhost:5000/|https://$USER_NAME.github.io/$REPO_NAME/|g" -i docs/style.json
- name: Publish to 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 f3d30bb

Please sign in to comment.