Skip to content

Commit

Permalink
configure Maven logger in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 20, 2024
1 parent 0a7288c commit 6a6df8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
env:
# must set ANTORA_CACHE_DIR so Maven will put jetty home where Antora Collector won't delete it
ANTORA_CACHE_DIR: ${{ github.workspace }}/.cache/antora
MAVEN_OPTS: '-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss'
npm_config_audit: false
run: mvn -ntp antora:antora@full
run: mvn -B -e -V -ntp antora:antora@full
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6a6df8d

Please sign in to comment.