Skip to content

Commit

Permalink
更新workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Nov 4, 2023
1 parent d8ed040 commit 9e4bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm build
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 9e4bbee

Please sign in to comment.