Skip to content

Commit 7abd972

Browse files
committed
add CNAME setting for github pages
1 parent 69fe0da commit 7abd972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: cd ko-KR ; pnpm i
2222
- name: Generate pages
2323
run: cd ko-KR ; pnpm run build
24+
- name: Add CNAME
25+
run: echo "v3-docs.vuejs-korea.org" > ko-KR/.vitepress/dist/CNAME
2426
- name: Deploy to GitHub Pages
2527
uses: comfuture/actions/ghpages@master
2628
env:

0 commit comments

Comments
 (0)