Skip to content

Commit

Permalink
delete frontend prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 10, 2023
1 parent 8c7000d commit 20df0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
npm install
npm run build
- name: Add 404.html
run: cp frontend/dist/index.html frontend/dist/404.html
run: cp dist/index.html dist/404.html
- name: Deploy # 部署
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 20df0d0

Please sign in to comment.