Skip to content

Commit 246d7a4

Browse files
authored
Merge pull request #1356 from gtk-rs/dependabot/github_actions/peaceiris/actions-gh-pages-4
build(deps): bump peaceiris/actions-gh-pages from 3 to 4
2 parents 5b54909 + 581dfaf commit 246d7a4

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)