Skip to content

Commit

Permalink
add ci building sphinx testing
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 3, 2023
1 parent 1f7a3c4 commit 221126d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: checking location
run: |
ls
# - name: Doxygen Build
# uses: mattnotmitt/[email protected]
# with:
# doxyfile-path: 'docs/doxygen/Doxyfile.in'
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -r ./documentation/requirements.txt
pip install -r ./docs/sphinx/requirements.txt
- name: Sphinx build
run: |
sphinx-build docs ./sphinx/_build
Expand Down

0 comments on commit 221126d

Please sign in to comment.