mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-12-26 01:22:53 +00:00
fix ci
This commit is contained in:
parent
653a07b548
commit
f2bfc0a998
|
|
@ -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…
Reference in New Issue