mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-27 08:28:38 +01:00
fix ci
This commit is contained in:
parent
d041c53103
commit
18cba26e52
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y git
|
||||
sudo apt update -y
|
||||
sudo apt install -y git
|
||||
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn --depth=1
|
||||
hugo --minify
|
||||
cd public; tar czf x *
|
||||
|
Loading…
Reference in New Issue
Block a user