Skip to content

Commit

Permalink
update sphinx deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Apr 17, 2024
1 parent d6fa9f8 commit cd50db7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_spinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
name: Build Documentation
run: |
cd docs/sphinx_doc
./build_doc.sh
pwd
ls -lah
bash build_doc.sh
- name: Upload Documentation
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cd50db7

Please sign in to comment.