diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ea5de473..4a9a1a0e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,6 +35,8 @@ jobs: run: ./gradlew antora - name: Copy the cache to be included in the site run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/ + - name: Output the cache + run: ls build/site/.cache - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.10 with: diff --git a/antora-playbook.yml b/antora-playbook.yml index 9567d6ce..8d1fe791 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -49,3 +49,6 @@ ui: bundle: url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.0/ui-bundle.zip snapshot: true +runtime: + log: + level: info \ No newline at end of file