diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 18c9ed6..510a67b 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -1,4 +1,4 @@ -name: Integration test +name: Build documentation on: push: branches: @@ -16,6 +16,6 @@ jobs: - name: Build Docs uses: mattnotmitt/doxygen-action@v1.9.5 with: - working-directory: 'submodule/' - doxyfile-path: 'docs/Doxygen' + working-directory: '' + doxyfile-path: 'docs/' enable-latex: true \ No newline at end of file