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