Skip to content

Commit 57393ed

Browse files
authored
Upload the target directory (#1195)
This allows viewing what was built
1 parent 069c77a commit 57393ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
./mvnw antora
3737
- name: Copy the cache to be included in the site
3838
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
39+
- name: Upload artifact
40+
uses: actions/upload-artifact@v4 # Use the latest version
41+
with:
42+
name: target
43+
path: target
3944
- name: Publish Docs
4045
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
4146
with:

0 commit comments

Comments
 (0)