From e8b9343b8404628ef47d3fd241af99a314e8bddd Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 22 Jun 2023 15:23:49 -0500 Subject: [PATCH] Debug the cache dir --- .github/workflows/deploy-docs.yml | 2 ++ antora-playbook.yml | 3 +++ 2 files changed, 5 insertions(+) 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