From 488f74a0c02b464fa2da7fbfcfcf5124dd4f2383 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 22 Jun 2023 15:29:15 -0500 Subject: [PATCH] ls exsiting cache --- .github/workflows/deploy-docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4a9a1a0e..f4052cef 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -31,12 +31,16 @@ jobs: git fetch --depth 1 https://github.com/$GITHUB_REPOSITORY ${{ github.event.inputs.build-refname }} echo BUILD_REFNAME=${{ github.event.inputs.build-refname }} >> $GITHUB_ENV echo BUILD_VERSION=$(git cat-file --textconv FETCH_HEAD:gradle.properties | sed -n '/^version=/ { s/^version=//;p }') >> $GITHUB_ENV + - name: ls existing cache + run: ls ~/.cache/antora/collector-cache/spring-session-* || true - name: Run Antora 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: ls existing cache + run: ls ~/.cache/antora/collector-cache/spring-session-* || true - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.10 with: