diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 5b21911a..5380bcf8 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -37,6 +37,6 @@ jobs: password: ${{ secrets.ftp_password }} protocol: ${{ secrets.ftp_protocol}} port: ${{ secrets.ftp_port }} - local-dir: webserver/public_html + local-dir: webserver/public_html/ server-dir: ${{ secrets.ftp_server_dir }} dry-run: true \ No newline at end of file diff --git a/webserver/src/common/Loading.jsx b/webserver/src/common/Loading.jsx index 387fdea7..eac46209 100644 --- a/webserver/src/common/Loading.jsx +++ b/webserver/src/common/Loading.jsx @@ -11,7 +11,6 @@ export default function Loading({loadingText}) { size={100} aria-label="Loading Spinner" data-testid="loader" - />