We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b47a0 commit a42df53Copy full SHA for a42df53
.github/workflows/production.yml
@@ -50,7 +50,7 @@ jobs:
50
git submodule init
51
git submodule update --remote
52
cd docs
53
- git checkout new-deploy-arch
+ git checkout main
54
cd ..
55
echo "submodule_sha=$(git submodule status | awk '{print $1}' | sed -r 's/[+-]+//g')" >> $GITHUB_OUTPUT
56
echo "submodule_status=$(git submodule status)" >> $GITHUB_OUTPUT
@@ -140,8 +140,8 @@ jobs:
140
- name: Set up Python environment
141
uses: actions/setup-python@v5
142
with:
143
- python-version: '3.12'
144
- architecture: 'x64'
+ python-version: "3.12"
+ architecture: "x64"
145
146
- name: Install Tencent Cloud CLI
147
run: pipx install tccli
0 commit comments