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 6d193e1 commit 257ddd3Copy full SHA for 257ddd3
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Merge Build Branches
21
run: |
22
- CNAME='commandapi-docs.xor7.cn'
+ CNAME='docs.commandapi.dev'
23
24
git config --global user.name 'github-actions[bot]'
25
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
@@ -57,4 +57,4 @@ jobs:
57
git add .
58
git commit -m "GitHub Actions Auto Deploy"
59
60
- git push -f origin "${TARGET_BRANCH}"
+ git push -f origin "${TARGET_BRANCH}"
0 commit comments