Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maplestarplayl authored Apr 6, 2024
1 parent 835934e commit 9ddb8a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
version: 8
run_install: true

- name: pnpm i
run: pnpm i

# - name: Install rsync
# run: sudo apt-get install rsync -y

- name: Run build task
run: set CI=false && npx craco build
env:
CI: false
run: npx craco build

# - name: Deploy to Server
# uses: easingthemes/ssh-deploy@v5.0.0
Expand Down

0 comments on commit 9ddb8a2

Please sign in to comment.