Update .github/workflows/build.yml

This commit is contained in:
2026-08-21 23:18:14 +00:00
parent ab8d57343c
commit c9fc22b99d
+1 -3
View File
@@ -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