fix(ci): typo.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 1m9s

This commit is contained in:
Ivan Li 2023-07-09 05:43:12 +00:00
parent e263be3fe9
commit bd4a211c6c

View File

@ -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 }}