From 0acbe155ebf674c9d7afccc0f64478cdfb8a2865 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 23:22:43 +0200 Subject: [PATCH] chore: test args --- .github/workflows/test_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index a43c001..410ff82 100644 --- a/.github/workflows/test_release.yml +++ b/.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