Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Oct 25, 2024
1 parent 0850b9a commit 4e0770a
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 @@ -51,5 +51,5 @@ jobs:
username: ${{ secrets.UPLOAD_SFTP_USERNAME }}
password: ${{ secrets.UPLOAD_SFTP_PASSWORD }}
compress: true
localDir: website
localDir: ${{ github.workspace }}
remoteDir: ${{ secrets.UPLOAD_SFTP_DIRECTORY }}

0 comments on commit 4e0770a

Please sign in to comment.