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.
1 parent 7f60a2b commit e918d04Copy full SHA for e918d04
.github/workflows/docfx_build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Publish
57
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && github.repository == 'AssetRipper/AssetRipper' }}
58
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@v3
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_dir: docs/_site
0 commit comments