Skip to content

Commit

Permalink
fix dir in docs build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenPendrighElliott committed Sep 4, 2024
1 parent bcff575 commit 1aef642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Build documentation
run: |
cd docs
sphinx-build -b html source build
sphinx-build -b html source ../build
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.DOCS_CREATION_TOKEN }}
publish_dir: ./docs/build/html
publish_dir: ./build
keep_files: false

0 comments on commit 1aef642

Please sign in to comment.