Skip to content

Commit

Permalink
Update build-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klausweinbauer authored Aug 22, 2024
1 parent 598051b commit fcb6593
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 @@ -19,7 +19,7 @@ jobs:
python-version: '3.8'
cache: 'pip' # caching pip dependencies
- run: pip install sphinx sphinx-rtd-theme
- run: python3 -m sphinx . docs
- run: python3 -m sphinx ./doc docs
- name: publish doc
shell: bash
run: |
Expand Down

0 comments on commit fcb6593

Please sign in to comment.