Skip to content

Commit

Permalink
fix build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 19, 2024
1 parent e6243da commit 30e94d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
cd ../perturbot; pip install .
- name: Build Documentation
working-directory: perturbot
run: sphinx-build . ../docs
run: sphinx-build . _build
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs/_build/
path: perturbot/_build

deploy:
needs: build
Expand Down

0 comments on commit 30e94d4

Please sign in to comment.