Skip to content

Commit

Permalink
Merge pull request #176 from aragilar/fix-api-docs
Browse files Browse the repository at this point in the history
One last attempt for fixing the API docs
  • Loading branch information
aragilar authored Jul 11, 2024
2 parents 1d6024f + 0e1016e commit e7ef966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apidocs/upload_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit e7ef966

Please sign in to comment.