Skip to content

Commit

Permalink
[CI] Fix doc build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Apr 16, 2024
1 parent 6c7ed27 commit dce40ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mkdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: |
cd docs/
pip install -r requirements.txt
make html
- run: |
cd docs/
pip install -r requirements.txt
make html
- name: Commit doc changes
run: |
Expand Down

0 comments on commit dce40ef

Please sign in to comment.