mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-07-01 07:15:31 +00:00
fix ci
This commit is contained in:
parent
653a07b548
commit
f2bfc0a998
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
#sudo apt update
|
||||
#sudo apt install -y git
|
||||
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn --depth=1
|
||||
git submodule update --init
|
||||
hugo --minify
|
||||
cd public; tar czf x *
|
||||
scp x ${{ secrets.NAME }}@${{ secrets.HOST }}:/tmp/
|
||||
|
Loading…
x
Reference in New Issue
Block a user