Skip to content

Commit c65f744

Browse files
authored
Merge pull request #20 from DMU-DebugVisual/inseong
Custom domain 자동설정
2 parents 63c3fc1 + a28aef8 commit c65f744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 18
2121

2222
- name: Install Dependencies
23-
run: npm install
23+
run: npm ci
2424

2525
- name: Build Project
2626
run: |
@@ -31,3 +31,4 @@ jobs:
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./build
34+
cname: "Zivorp.com" # Custom domain 자동 설정

0 commit comments

Comments
 (0)