Skip to content

Commit

Permalink
only configure Maven logger on top-level call to avoid duplicate time…
Browse files Browse the repository at this point in the history
… codes
  • Loading branch information
mojavelinux committed Apr 20, 2024
1 parent 6a6df8d commit e89e4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ 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 -B -e -V -ntp antora:antora@full
run: mvn -B -e -V -ntp -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss antora:antora@full
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e89e4d9

Please sign in to comment.