diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 666f4c0..c6813c1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,6 +14,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Install deploy deps + run: | + apk add --no-cache rsync openssh + - name: Build run: hugo --minify