mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-10 15:29:39 +01:00
fix ci
This commit is contained in:
parent
0dbe511fe0
commit
d041c53103
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
apt update -y
|
||||||
|
apt install -y git
|
||||||
|
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 *
|
||||||
echo -e "${{ secrets.SK }}" > sk.txt
|
echo -e "${{ secrets.SK }}" > sk.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user