This commit is contained in:
rustdesk 2023-07-10 15:04:49 +08:00
parent 0dbe511fe0
commit d041c53103

View File

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