[CI] Inline Antora deploy docs in CI workflow (cont..)

* Remove copy cache step
This commit is contained in:
Chris Bono
2023-10-01 21:52:11 -05:00
parent 378d4bd61f
commit 4a8b9c66ca
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,10 @@ on:
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
jobs:
build_and_verify:

View File

@@ -86,8 +86,6 @@ jobs:
distribution: temurin
- name: Run Antora
run: ./gradlew antora
- name: Copy the cache to be included in the site
run: cp -rf ./spring-pulsar-docs/src/main/antora/build/antora/inject-collector-cache-config-extension/.cache build/site/
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
with: