Skip to content

Commit

Permalink
suppress transfer progress when running Maven in CI build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 8, 2024
1 parent 8674524 commit 15fe716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
#npm --audit false --fund false --omit optional --package-lock false i
#npx --offline antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --extension jetty-downloads --extension register-asciidoctor-kroki --html-url-extension-style indexify --log-failure-level error antora-playbook.yml
mvn antora:antora@full
mvn -ntp antora:antora@full
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 15fe716

Please sign in to comment.