From 0e1016ecef040281bf399899f8883ce21e4ef0f9 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Fri, 12 Jul 2024 00:03:09 +1000 Subject: [PATCH] One last attempt for fixing the API docs --- apidocs/upload_api_docs.sh | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apidocs/upload_api_docs.sh b/apidocs/upload_api_docs.sh index 8a7343c..d8e88cb 100755 --- a/apidocs/upload_api_docs.sh +++ b/apidocs/upload_api_docs.sh @@ -17,7 +17,7 @@ if [ "true" = "$UPLOAD_SCIKITS_ODES_API_DOCS" ]; then git add -A --verbose git status git commit --verbose -m "Auto-update from Github Actions Workflow" -m "Deployed from commit ${GITHUB_SHA} (${GITHUB_REF})" - git push --verbose --force "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/bmcage" gh-pages + git push --verbose --force "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/bmcage/odes" gh-pages else echo "Skipping upload of API docs" fi diff --git a/tox.ini b/tox.ini index 5a03e3b..b3fc8c7 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,6 @@ deps = notebooks: nbval notebooks: -r notebook-requirements.txt commands = - env | sort test: pytest --pyargs scikits.odes --pyargs scikits_odes --pyargs scikits_odes_core --pyargs scikits_odes_daepack --pyargs scikits_odes_sundials {posargs} notebooks: pytest --nbval ipython_examples/