mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
oops
This commit is contained in:
parent
46869da419
commit
2490d5619d
1 changed files with 2 additions and 5 deletions
5
.github/workflows/arch.yml
vendored
5
.github/workflows/arch.yml
vendored
|
@ -103,10 +103,7 @@ jobs:
|
|||
AD: ${{ secrets.DEPLOY_USER }}
|
||||
PH: ${{ secrets.DEPLOY_PATH }}
|
||||
run: |
|
||||
touch ./pk
|
||||
cat >> ./pk << EOF
|
||||
$PK
|
||||
EOF
|
||||
echo "$PK" > ./pk
|
||||
chmod 400 ./pk
|
||||
eval $(ssh-agent -s) && ssh-add ./pk
|
||||
scp -P $PT -r ./doxygen/* $AD:.$PH
|
||||
|
|
Loading…
Reference in a new issue