This commit is contained in:
rustdesk 2025-06-15 03:07:50 +08:00
parent 653a07b548
commit f2bfc0a998

View File

@ -30,7 +30,7 @@ jobs:
run: | run: |
#sudo apt update #sudo apt update
#sudo 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 submodule update --init
hugo --minify hugo --minify
cd public; tar czf x * cd public; tar czf x *
scp x ${{ secrets.NAME }}@${{ secrets.HOST }}:/tmp/ scp x ${{ secrets.NAME }}@${{ secrets.HOST }}:/tmp/