Skip to content

Commit

Permalink
fix: 修改打包环境
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolo-00 committed Aug 27, 2024
1 parent fe5d2da commit f7ab882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install

- name: Build project
run: npm run build:test
run: npm run build:dev

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f7ab882

Please sign in to comment.