FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
sync is not working
Every time it's showing 0 files changes...
Making changes to 0 files to sync server state
Uploading: 0 B -- Deleting: 0 B -- Replacing: 0 B
Please follow the issue template and comment with the following:
My Action Config
on: push
name: Publish Website
jobs:
web-deploy:
name: 🚀 Deploy website every commit
# !!!!!!! TODO Fill Out !!!!!!!
My Action Log
# Paste Log here
# you may want enable verbose logging with log-level: verbose
i solved it by adding this step first
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3