From 4a8b9c66ca1dec0207a89e26ec5795f8d6a411ce Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 1 Oct 2023 21:52:11 -0500 Subject: [PATCH] [CI] Inline Antora deploy docs in CI workflow (cont..) * Remove copy cache step --- .github/workflows/ci-pr.yml | 4 ++++ .github/workflows/ci.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index d82ce1a1..a57fd640 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -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: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1488d636..f0ea2fc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: