Skip to content

Commit

Permalink
Merge pull request #17404 from nsoranzo/release_23.0_fix_docs_upload
Browse files Browse the repository at this point in the history
[23.0] Fix uploading of docs for release_NN.N branches
  • Loading branch information
mvdbeek authored Jan 31, 2024
2 parents f9be1a4 + e82b950 commit 504053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
case "$TARGET_BRANCH" in
release_[[:digit:]][[:digit:]].[[:digit:]][[:digit:]]|master)
release_[[:digit:]][[:digit:]].[[:digit:]][[:digit:]] | release_[[:digit:]][[:digit:]].[[:digit:]] | master)
UPLOAD_DIR=$TARGET_BRANCH
;;
dev)
Expand Down

0 comments on commit 504053c

Please sign in to comment.