workflow-fix #43
12
.github/workflows/ftpDeploy.yml
vendored
12
.github/workflows/ftpDeploy.yml
vendored
@ -6,19 +6,17 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Node.js 12
|
- name: Use Node.js LTS
|
||||||
uses: actions/setup-node@v2-beta
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: 'lts'
|
||||||
|
|
||||||
- name: 🔨Run Gulp
|
|
||||||
run: |
|
run: |
|
||||||
export github="true"
|
export github="true"
|
||||||
npm install
|
npm install
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: airvzxf/ftp-deployment-action@latest
|
uses: airvzxf/ftp-deployment-action@latest
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user