Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Sep 14, 2023
1 parent 7fffc2f commit d435beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.8'

- run: pip install -r pip install -r dev-requirements.txt
- run: pip install -r dev-requirements.txt
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o doc jellyfish
Expand Down

0 comments on commit d435beb

Please sign in to comment.