Skip to content

Commit

Permalink
[WIP] Trying building docs remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Sep 25, 2023
1 parent 9cd03cf commit 21945ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: pip install -r requirements_dev.txt

- name: Build Sphinx Docs
run: make html # adjust based on your Makefile
run: |
cd docs
make html # adjust based on your Makefile
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 21945ac

Please sign in to comment.