Debug the cache dir

This commit is contained in:
Rob Winch
2023-06-22 15:23:49 -05:00
parent 3dc4efbf55
commit e8b9343b84
2 changed files with 5 additions and 0 deletions

View File

@@ -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: