mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-24 08:57:08 +00:00
fix ci
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
sudo apt update -y
|
||||||
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 clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn --depth=1
|
||||||
hugo --minify
|
hugo --minify
|
||||||
cd public; tar czf x *
|
cd public; tar czf x *
|
||||||
|
|||||||
Reference in New Issue
Block a user