Skip to content

Commit a42df53

Browse files
committed
update: docs-staging branch
1 parent 42b47a0 commit a42df53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git submodule init
5151
git submodule update --remote
5252
cd docs
53-
git checkout new-deploy-arch
53+
git checkout main
5454
cd ..
5555
echo "submodule_sha=$(git submodule status | awk '{print $1}' | sed -r 's/[+-]+//g')" >> $GITHUB_OUTPUT
5656
echo "submodule_status=$(git submodule status)" >> $GITHUB_OUTPUT
@@ -140,8 +140,8 @@ jobs:
140140
- name: Set up Python environment
141141
uses: actions/setup-python@v5
142142
with:
143-
python-version: '3.12'
144-
architecture: 'x64'
143+
python-version: "3.12"
144+
architecture: "x64"
145145

146146
- name: Install Tencent Cloud CLI
147147
run: pipx install tccli

0 commit comments

Comments
 (0)