chore: test args

api-breakage
Morty Space 3 years ago
parent 9f3d3d6513
commit 0acbe155eb
  1. 8
      .github/workflows/test_release.yml

@ -79,13 +79,13 @@ jobs:
- name: Test docs
run: . activate.sh && cd docs && make doctest && cd ..
- name: Running the Sphinx to gh-pages Action
uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.0.0
uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.1.0-beta
with:
branch: main
dir_docs: docs
sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb'
sphinxopts: ''
# sphinxapiopts: '--separate -o . ../'
# sphinxapiexclude: '../*setup* ../*.ipynb'
# sphinxopts: ''
# - name: Test code
# timeout-minutes: 6
# run: . activate.sh && poetry run pytest -v --cov . --cov-report xml:coverage.xml

Loading…
Cancel
Save