This commit is contained in:
Vaxry 2023-12-30 15:11:35 +01:00
parent f8790a6af6
commit 0214ab1017
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ jobs:
echo "$PK" > ./pk
chmod 400 ./pk
eval $(ssh-agent -s) && ssh-add ./pk
scp -O -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/* $AD:.$PH
scp -O -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/html/* $AD:.$PH