Skip to content

Commit

Permalink
chore: update PDF version tag (#6151)
Browse files Browse the repository at this point in the history
  • Loading branch information
YiniXu9506 authored Aug 13, 2021
1 parent f2fea1f commit c01ae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: |
sudo bash -c 'echo "222.222.95.49 uc.qbox.me" >> /etc/hosts';
if [ "${CIRCLE_BRANCH}" == "release-5.0" ]; then
python3 scripts/upload.py output.pdf tidb-stable-en-manual.pdf;
python3 scripts/upload.py output.pdf tidb-v5.0-en-manual.pdf;
fi
- run:
Expand Down

0 comments on commit c01ae48

Please sign in to comment.