Skip to content

Commit

Permalink
make docs great again
Browse files Browse the repository at this point in the history
  • Loading branch information
SoundsSerious committed Jul 26, 2024
1 parent 625156c commit 3e498bd
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 @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
if [-f ./datastores/datastores_requirements.txt] pip install -r ../datastores/datastores_requirements.txt; fi
if [ -f "./engforge/datastores/datastores_requirements.txt" ]; then pip install -r ./engforge/datastores/datastores_requirements.txt; fi
pip install -r ./docs/requirements.txt
- name: make html
Expand Down

0 comments on commit 3e498bd

Please sign in to comment.