Skip to content

Commit

Permalink
Merge pull request #177 from aragilar/fix-api-docs
Browse files Browse the repository at this point in the history
Set missing environment variables for API docs
  • Loading branch information
aragilar authored Jul 12, 2024
2 parents e7ef966 + 55b06d8 commit 9868ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-overall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ jobs:
env:
TOXENV: ${{ matrix.tox-env }}
UPLOAD_SCIKITS_ODES_API_DOCS: ${{ github.repository == 'bmcage/odes' && 'true' || 'false' }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9868ef9

Please sign in to comment.