This commit is contained in:
parent
e263be3fe9
commit
bd4a211c6c
@ -12,9 +12,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚚 Get latest code
|
||||
uses: https://github.comactions/checkout@v3
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- uses: https://github.comactions/setup-node@v3
|
||||
- uses: https://github.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- run: npm run export
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: https://github.comSamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
with:
|
||||
server: ${{ secrets.ftp_server }}
|
||||
username: ${{ secrets.ftp_username }}
|
||||
|
Loading…
Reference in New Issue
Block a user