Skip to content

Commit

Permalink
github: Workflow to get the latest documentation before building pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gliga committed Jan 25, 2024
1 parent 4fe2284 commit a11cf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
./gobash sphinx
sphinx-build doc _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a11cf16

Please sign in to comment.