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 aa4a991 commit b144972Copy full SHA for b144972
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: Merge Build Branches
18
run: |
19
+ CNAME='commandapi-docs.xor7.cn'
20
+
21
git config --global user.name 'github-actions[bot]'
22
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
23
@@ -47,6 +49,8 @@ jobs:
47
49
rm ${LOCAL_DIR}/dist.zip
48
50
done
51
52
+ echo ${CNAME} > CNAME
53
54
git add .
55
git commit -m "GitHub Actions Auto Deploy"
56
0 commit comments