mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
oops
This commit is contained in:
parent
f8790a6af6
commit
0214ab1017
1 changed files with 1 additions and 1 deletions
2
.github/workflows/arch.yml
vendored
2
.github/workflows/arch.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue