We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069c77a commit 57393edCopy full SHA for 57393ed
.github/workflows/deploy-docs.yml
@@ -36,6 +36,11 @@ jobs:
36
./mvnw antora
37
- name: Copy the cache to be included in the site
38
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
44
- name: Publish Docs
45
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
46
with:
0 commit comments