Skip to content

Commit

Permalink
update CI remote target
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Dec 26, 2024
1 parent d564c67 commit e30ec22
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 @@ -17,4 +17,4 @@ jobs:
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "./*"
target: ${{ secrets.REMOTE_TARGET }}
target: "${{ secrets.REMOTE_TARGET }}/pdf"

0 comments on commit e30ec22

Please sign in to comment.