diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 188b3b6..5e9ff89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Doxygen # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -24,3 +24,5 @@ jobs: - name: Doxygen Action uses: mattnotmitt/doxygen-action@v1.1.0 + with: + doxyfile-path: "./ActionDoxyfile"