diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e565d8..459d7d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,6 +62,6 @@ jobs: set sftp:auto-confirm yes; set ssl:verify-certificate no; open -u ${FTP_USERNAME},${FTP_PASSWORD} sftp://${FTP_SERVER}; - mirror -e -R ./ ./; + mirror -e -R ./ ./ --exclude html/images/mobs/; quit; "