Skip to content

Commit 7f8c688

Browse files
authoredMar 16, 2025
fix: deploy with cname (#4167)
1 parent a97c8ab commit 7f8c688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
github_token: ${{ secrets.GITHUB_TOKEN }}
7575
publish_dir: ./site
76+
cname: leetcode.doocs.org
7677

7778
# sync:
7879
# runs-on: ubuntu-latest
@@ -93,4 +94,4 @@ jobs:
9394
# gitee-username: yanglbme
9495
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
9596
# gitee-repo: doocs/leetcode
96-
# branch: gh-pages
97+
# branch: gh-pages

0 commit comments

Comments
 (0)