Skip to content

Commit

Permalink
[ci] Change "build docs" branch/path to earlgrey_1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
(commit is original to earlgrey_1.0.0)
  • Loading branch information
jwnrt committed Dec 13, 2024
1 parent 342afc2 commit 42cb2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 42cb2a7

Please sign in to comment.