Skip to content

Commit 1b57334

Browse files
author
lucifer
committedJan 18, 2021
fix: depoy
1 parent 31d9c2f commit 1b57334

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
# Copy Files
3030
- name: Copy CNAME and 404.html
3131
run: |
32-
cp ./docs/CNAME ./dist/CNAME
33-
cp ./dist/index.html ./dist/404.html
32+
cp ./build/index.html ./build/404.html
3433
# Deploy to GitHub Pages
3534
- name: Deploy
3635
uses: peaceiris/actions-gh-pages@v3
3736
with:
3837
personal_token: ${{ secrets.PERSONAL_TOKEN }}
39-
publish_dir: ./dist
38+
publish_dir: ./build
4039
publish_branch: gh-pages

0 commit comments

Comments
 (0)