Skip to content

Commit

Permalink
Revert "Update doc building workflow"
Browse files Browse the repository at this point in the history
This reverts commit c8f55db.
  • Loading branch information
fjclark committed May 2, 2024
1 parent 011c3af commit 23e3115
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
- name: Create .nojekyll file
run: touch .nojekyll
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true

0 comments on commit 23e3115

Please sign in to comment.