We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b54909 + 581dfaf commit 246d7a4Copy full SHA for 246d7a4
.github/workflows/docs.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: deploy
76
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release' }}
77
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
78
with:
79
github_token: ${{ secrets.GITHUB_TOKEN }}
80
publish_dir: ./target/doc/
@@ -83,7 +83,7 @@ jobs:
83
84
- run: python3 ./gir-rustdoc/gir-rustdoc.py --project-title 'GTK Core Rust bindings' html-index
85
- name: deploy index page
86
87
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
88
89
0 commit comments