Skip to content

Commit 257ddd3

Browse files
authored
chore: update url
1 parent 6d193e1 commit 257ddd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Merge Build Branches
2121
run: |
22-
CNAME='commandapi-docs.xor7.cn'
22+
CNAME='docs.commandapi.dev'
2323
2424
git config --global user.name 'github-actions[bot]'
2525
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
@@ -57,4 +57,4 @@ jobs:
5757
git add .
5858
git commit -m "GitHub Actions Auto Deploy"
5959
60-
git push -f origin "${TARGET_BRANCH}"
60+
git push -f origin "${TARGET_BRANCH}"

0 commit comments

Comments
 (0)