diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index ba78e30..04ab3e2 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - run: sudo apt install -y golang-go + run: sudo apt install golang-go -y - name: Preparing the Go compiler run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest'