Skip to content

Commit

Permalink
debug ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhxszo authored Jan 17, 2025
1 parent ffacdca commit 775fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install package
run: pip install .
- name: install doc_reqs
run: pip install -r ./docs/requirements.txt
run: pwd && ls -R && pip install -r ./docs/requirements.txt
- name: 'run docs-build'
run: sphinx-build -j auto -b html "docs/source" "docs/build/html"
- uses: actions/[email protected]
Expand Down

0 comments on commit 775fff6

Please sign in to comment.