Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklexical authored Oct 26, 2023
1 parent 54e704b commit 93d4857
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 @@ -19,8 +19,8 @@ jobs:
conda install pandoc
- name: Sphinx build
run: |
# sphinx-build docs docs/_build
cd docs; make html
cd docs; sphinx-build . _build
#cd docs; make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 93d4857

Please sign in to comment.