Skip to content

Commit e918d04

Browse files
committed
Revert "Merge pull request #1 from Decomp-And-Recomp/dependabot/github_actions/peaceiris/actions-gh-pages-4"
This reverts commit f94f531, reversing changes made to ebf6ae6.
1 parent 7f60a2b commit e918d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docfx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Publish
5757
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
58+
uses: peaceiris/actions-gh-pages@v3
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
publish_dir: docs/_site

0 commit comments

Comments
 (0)