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 *