Skip to content

Commit

Permalink
Fix output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroneiche committed Nov 9, 2024
1 parent 14c9afb commit 43acb84
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 @@ -50,4 +50,4 @@ jobs:
FTPES_USERNAME: ${{ secrets.FTPES_USERNAME }}
FTPES_PASSWORD: ${{ secrets.FTPS_PASSWORD }}
run: |
lftp -u $FTPES_USERNAME,$FTPES_PASSWORD -e "set ftp:ssl-allow yes; mirror -R build/ /; quit" ftp://$FTPES_HOST
lftp -u $FTPES_USERNAME,$FTPES_PASSWORD -e "set ftp:ssl-allow yes; mirror -R dist/ /; quit" ftp://$FTPES_HOST

0 comments on commit 43acb84

Please sign in to comment.