Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Az-r-ow committed Feb 26, 2024
1 parent 3a1207b commit 898c6da
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
name: ${{ env.BUILD_ARTIFACTS_ID }}

- name: Build Cpp docs with Doxygen
uses: mattnotmitt/doxygen-action@v1.9.8
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: ${{ env.DOCS_DIR }}/Doxyfile
doxyfile-path: ./${{ env.DOCS_DIR }}

- name: Upload Cpp docs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -85,12 +85,6 @@ jobs:

- run: cd ..

- name: Archive Py docs
uses: actions/upload-artifact@v4
with:
name: ${{ env.PY_DOCS_ARTIFACTS_ID }}
path: ${{ env.PY_DOCS_DIR }}

- name: Upload Py docs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 898c6da

Please sign in to comment.