Skip to content

Commit

Permalink
Update doc building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed May 1, 2024
1 parent c8f55db commit 3593bd2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs _build
# - name: Create .nojekyll file
# run: touch .nojekyll
- name: Create .nojekyll file
run: touch .nojekyll
- name: Deploy to GitHub Pages
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: /
enable_jekyll: false
force_orphan: true
run: mkdocs gh-deploy --force

0 comments on commit 3593bd2

Please sign in to comment.