This commit is contained in:
rustdesk 2023-07-10 15:06:12 +08:00
parent d041c53103
commit 18cba26e52

View File

@ -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 *