Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee authored Nov 29, 2023
1 parent 242c14e commit 53bda8c
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 @@ -34,7 +34,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -e .
pip install docs/requirements.txt
pip install -r docs/requirements.txt
- name: Build
run: |
cd docs
Expand Down

0 comments on commit 53bda8c

Please sign in to comment.