diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index 0e9220d..a486754 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -14,8 +14,11 @@ jobs: - name: Install Go run: sudo apt install golang-go -y - - name: Building Hugo - run: go install github.com/gohugoio/hugo@latest + #- name: Building Hugo + # run: go install github.com/gohugoio/hugo@latest + + - name: Install Hugo + run: sudo apt install hugo - name: Check out repository code uses: actions/checkout@v4