Skip to content

Commit

Permalink
Updated frontend.yml and loading to run Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 18, 2023
1 parent a7a8dfc commit 800e4f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion webserver/src/common/Loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function Loading({loadingText}) {
size={100}
aria-label="Loading Spinner"
data-testid="loader"

/>

</div>
Expand Down

0 comments on commit 800e4f0

Please sign in to comment.