mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-07-02 15:56:42 +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: |
|
run: |
|
||||||
#sudo apt update
|
#sudo apt update
|
||||||
#sudo apt install -y git
|
#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
|
hugo --minify
|
||||||
cd public; tar czf x *
|
cd public; tar czf x *
|
||||||
scp x ${{ secrets.NAME }}@${{ secrets.HOST }}:/tmp/
|
scp x ${{ secrets.NAME }}@${{ secrets.HOST }}:/tmp/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user