Skip to content

Commit

Permalink
Update ui_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX authored Jan 23, 2024
1 parent e150107 commit abc1e6a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ui_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:

- name: Install rsync
run: sudo apt-get install rsync -y
- name: install pnpm
uses: pnpm/[email protected]
with:
version: 8
run_install: true


- name: npm i
- name: pnpm i
run: |
npm i
pnpm i
- name: cd ui
run: |
Expand All @@ -36,7 +42,7 @@ jobs:
- name: build
run: |
npm run build
pnpm run build
- name: Deploy to Server
uses: easingthemes/[email protected]
Expand Down

0 comments on commit abc1e6a

Please sign in to comment.