Skip to content

Commit

Permalink
Merge branch 'doc' of https://github.com/USEPA/harmonize-wq into doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Jul 7, 2023
2 parents 6025948 + a98e270 commit 93e5824
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
pip install sphinx sphinx_rtd_theme
- name: Sphinx build
run: |
sphinx-build doc _build
- name: Sphinx to gh-pages Action
uses: uibcdf/[email protected]
sphinx-build docs/source _build
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
branch: doc
dir_docs: docs
sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb'
sphinxopts: ''
# Upload entire repository
path: './docs/_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 93e5824

Please sign in to comment.