upadted workflow and gulpfile

This commit is contained in:
2021-08-23 20:22:37 +01:00
parent 102a614214
commit 977c45782f
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -7,6 +7,16 @@ jobs:
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: Use Node.js 12
uses: actions/setup-node@v2-beta
with:
node-version: '12'
- name: 🔨Run Gulp
run: |
npm install
npm start
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.1.0