Skip to content

Commit

Permalink
Update action-gh-pages in build workflow (#328)
Browse files Browse the repository at this point in the history
Updates the GitHub pages GitHub action to version 4.
See https://github.com/peaceiris/actions-gh-pages/blob/v4.0.0/CHANGELOG.md#400-2024-04-08.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Apr 26, 2024
1 parent 789b33e commit 6ee15f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Publish Docs
if: github.ref == 'refs/heads/main'
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 6ee15f8

Please sign in to comment.