Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
Try build using make
  • Loading branch information
jbousquin authored Jul 7, 2023
1 parent 6e1883a commit b5a3fe4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
pip install sphinx sphinx_rtd_theme
- name: Sphinx build
run: |
sphinx-build docs/source _build
#sphinx-build docs/source _build
cd docs
make html
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: './docs/_build'
path: './docs/build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit b5a3fe4

Please sign in to comment.