Merge pull request #166 from ollama4j/dependabot/github_actions/mattnotmitt/doxygen-action-1.12.0

Bump mattnotmitt/doxygen-action from 1.1.0 to 1.12.0
This commit is contained in:
Amith Koujalgi 2025-09-11 10:02:41 +05:30 committed by GitHub
commit dcc6cdf20f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ jobs:
run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs
- name: Doxygen Action - name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0 uses: mattnotmitt/doxygen-action@v1.12.0
with: with:
doxyfile-path: "./Doxyfile" doxyfile-path: "./Doxyfile"
working-directory: "." working-directory: "."