diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 32dbf8d..5724034 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -36,6 +36,6 @@ jobs: port: ${{ secrets.FTP_PORT }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - local-dir: dist + local-dir: dist/ server-dir: / exclude: .gitignore