From 42cb2a73b341ed3ae4ef01f5ba4ca2dc89c3d398 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Fri, 13 Dec 2024 13:10:17 +0000 Subject: [PATCH] [ci] Change "build docs" branch/path to earlgrey_1.0.0 Signed-off-by: James Wainwright (commit is original to earlgrey_1.0.0) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3514dae1ca6c9..6c2a0e4e6b30b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,10 +138,10 @@ jobs: - name: Build documentation run: util/site/build-docs.sh build - name: Upload files - if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }} + if: ${{ github.event_name != 'pull_request' && github.ref_name == 'earlgrey_1.0.0' }} run: | echo "::group::Upload all uncompressed files" - gcloud storage cp -R --gzip-in-flight=js,css,html "build-site/*" gs://$BUCKET + gcloud storage cp -R --gzip-in-flight=js,css,html "build-site/*" gs://$BUCKET/earlgrey_1.0.0 echo "::endgroup::" # This script compresses the searchindex files, replacing the originals in-place. @@ -160,7 +160,7 @@ jobs: --content-encoding=br \ --content-type=application/json \ -R \ - "$f" "gs://$BUCKET/${dir}/" + "$f" "gs://$BUCKET/earlgrey_1.0.0/${dir}/" done airgapped_build: