Skip to content

Commit 581dfaf

Browse files
build(deps): bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e56c6fe commit 581dfaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: deploy
7676
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release' }}
77-
uses: peaceiris/actions-gh-pages@v3
77+
uses: peaceiris/actions-gh-pages@v4
7878
with:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
publish_dir: ./target/doc/
@@ -83,7 +83,7 @@ jobs:
8383

8484
- run: python3 ./gir-rustdoc/gir-rustdoc.py --project-title 'GTK Core Rust bindings' html-index
8585
- name: deploy index page
86-
uses: peaceiris/actions-gh-pages@v3
86+
uses: peaceiris/actions-gh-pages@v4
8787
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
8888
with:
8989
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)