mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-04 20:40:15 +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
|
||||
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
|
||||
cd public; tar czf x *
|
||||
echo -e "${{ secrets.SK }}" > sk.txt
|
||||
|
Loading…
Reference in New Issue
Block a user