Skip to content

Commit de45c55

Browse files
committed
update CI
1 parent a15f3ca commit de45c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: |
4040
npm i
4141
npm run build
42-
touch ./.nojekyll
43-
cp index.html 404.html
42+
touch dist/.nojekyll
43+
cp dist/index.html dist/404.html
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646
- name: Upload artifact

0 commit comments

Comments
 (0)