Skip to content

Commit

Permalink
Revert gh-pages version (build fix attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMike56 committed Apr 21, 2024
1 parent 7d23cd0 commit af2d312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: mkdocs build

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
force_orphan: true
force_orphan: true

0 comments on commit af2d312

Please sign in to comment.