Skip to content

Commit

Permalink
ci: cname 및 nojekyll 추가, 배포 디렉토리에 포함하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery committed May 21, 2024
1 parent f735c12 commit 5634f45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Build
run: npm run build

- name: Copy CNAME
run: cp CNAME out/CNAME

- name: Copy .nojekyll
run: cp .nojekyll out/.nojekyll

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
about.lery.day

0 comments on commit 5634f45

Please sign in to comment.