Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
Make sure the documentation is being built from the right branch.
  • Loading branch information
HannoSpreeuw authored Nov 20, 2024
1 parent 3c6f872 commit 4e660bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: pip install pipenv
- run: pipenv install
- run: pipenv shell
- run: git switch release_v1.0.0
# build your documentation into docs/.
- run: pdoc marlpde/*.py -o ./docs/

Expand Down

0 comments on commit 4e660bb

Please sign in to comment.