Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent 63120aa commit 1b59b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# install ssh key
mkdir ~/.ssh
echo "$SSH_KEY" >> ~/.ssh/id_rsa
chmod -R 600 .ssh
chmod -R 600 ~/.ssh
# perform copy
rsync -avvz build/ $SSH_USERNAME@$SSH_HOST:$DEPLOY_PATH
Expand Down

0 comments on commit 1b59b39

Please sign in to comment.