Skip to content

Commit

Permalink
Add possibly necessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Dec 5, 2024
1 parent 4c45631 commit 89cd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
git checkout gh-pages
git branch
ls -a
sshpass -p '$REMOTE_PASSWORD' scp -r ./* $REMOTE_USERNAME@$REMOTE_HOSTNAME:~/website
sshpass -p '$REMOTE_PASSWORD' scp -r ./* "$REMOTE_USERNAME"@"$REMOTE_HOSTNAME":~/website

0 comments on commit 89cd89c

Please sign in to comment.