diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6046f3c..3fef656 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: uses: https://github.com/actions/checkout@v3 - name: Install hugo - run: apt-get update && apt-get install hugo + run: apt-get update -y && apt-get install hugo -y - name: Init submodules run: git submodule update --init