Skip to content

Commit

Permalink
[Doc] Fix github action workflows. (#77)
Browse files Browse the repository at this point in the history
The `build-doc.yml` is buggy, this PR fix the issue.
  • Loading branch information
yzh119 authored Jan 20, 2024
1 parent 11278f4 commit 166f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Installing dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install -r docs/requirements.txt
- name: Deploying on GitHub Pages
env:
Expand Down

0 comments on commit 166f57b

Please # to comment.