Skip to content

Commit

Permalink
Update FTP deployment workflow to specify trailing slash in local dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
ix-benjaminm committed Oct 7, 2024
1 parent 06f7e9f commit 627e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
server: ftp://youtubdle.com
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: dist
local-dir: dist/
server-dir: /

0 comments on commit 627e11e

Please sign in to comment.