diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0864b5a..8cbd70a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,4 +39,4 @@ jobs: username: ${{ secrets.FTP_SERVER_USERNAME }} password: ${{ secrets.FTP_SERVER_PASSWORD }} local-dir: ./src/.vuepress/dist/ - server-dir: ./test \ No newline at end of file + server-dir: ./test/ \ No newline at end of file