Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Sep 14, 2024
1 parent 0ae1c94 commit bfe5b81
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/Publish-Python3-Bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,26 @@ jobs:
- name: Clean
run: make clean

- name: Generate doxygen documentation
run: |
doxygen .\Doxyfile -w html -g .\Doxyfile
- name: run C catch2 doctests
run: |
cd testing
mkdir build && cd build
cmake ..
cmake --build .
.\Debug\tests.exe
cd ..
- name: Generate doxygen documentation
run: |
doxygen .\Doxyfile -w html -g .\Doxyfile
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
ubuntu-testing:

Expand Down

0 comments on commit bfe5b81

Please sign in to comment.