Skip to content

Commit

Permalink
Trying to fix build problem from docs.yml:
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoSpreeuw committed Nov 6, 2024
1 parent 7f7bbad commit c394044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
# install all dependencies (including pdoc)
- run: pip install pipenv
- run: pipenv install
- run: pipenv shell
# build your documentation into docs/.
- run: pdoc marlpde/*.py -o ./docs/
- run: pipenv run pdoc marlpde/*.py -o ./docs/

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c394044

Please sign in to comment.