Skip to content

Commit

Permalink
chore: Copy html
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim committed Jul 14, 2024
1 parent b100cf0 commit 3a4ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo "$SSH_KEY" > ssh_key_for_github
chmod 400 ssh_key_for_github
scp -r -o StrictHostKeyChecking=no -i ssh_key_for_github _build/* github@$SERVER_NAME:/var/www/html/doc
scp -r -o StrictHostKeyChecking=no -i ssh_key_for_github _build/html/* github@$SERVER_NAME:/var/www/html/doc
rm -rf ssh_key_for_github
Expand Down

0 comments on commit 3a4ad52

Please sign in to comment.