Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 9, 2024
1 parent 3f99d2b commit fd53798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install ghp-import sphinx sphinx_rtd_theme
pip install ghp-import sphinx sphinx_rtd_theme -e .
- name: Build HTML
run: |
cd docs/
Expand Down

0 comments on commit fd53798

Please sign in to comment.