diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a3566..c371170 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: