From 18cba26e527dcd0c863ee19fe6e4f49035376394 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 10 Jul 2023 15:06:12 +0800 Subject: [PATCH] fix ci --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9f1d37..cb7f2b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,8 +18,8 @@ jobs: - name: Build run: | - apt update -y - apt install -y git + sudo apt update -y + sudo 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 *