Update .github/workflows/build.yml
This commit is contained in:
@@ -14,9 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
echo "replace with your actual build command"
|
||||
# e.g. npm ci && npm run build / make all
|
||||
run: pnpm install && pnpm run build
|
||||
|
||||
- name: Copy build output to FTP server
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.2.0
|
||||
|
||||
Reference in New Issue
Block a user