Skip to content

Commit

Permalink
fix: fix documentation deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Dec 13, 2024
1 parent 24e2b19 commit b5e85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements/requirements.txt
- name: Reload documentations
run: make local_doc
Expand Down

0 comments on commit b5e85d3

Please sign in to comment.