Skip to content

Commit

Permalink
fix: config 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlin-dev committed Jul 9, 2023
1 parent 845f231 commit 2fb3678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
node-version: 16

- name: install dependencies
run: npm install
run: npm install -g pnpm && pnpm install

- name: build
run: npm run build && ls
run: pnpm run build && ls

- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
Expand Down

0 comments on commit 2fb3678

Please sign in to comment.