mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-30 16:10:40 +01:00
Update Maven configuration to disable error failures and modify GitHub Actions workflow to skip GPG signing and tests during the build process.
This commit is contained in:
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
regex: false
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs
|
||||
run: mvn --file pom.xml -U clean package -Dgpg.skip=true -DskipTests && cp -r ./target/apidocs/. ./docs/build/apidocs
|
||||
|
||||
- name: Doxygen Action
|
||||
uses: mattnotmitt/doxygen-action@v1.12.0
|
||||
|
||||
Reference in New Issue
Block a user