diff --git a/.forgejo/workflows/build_and_deploy_site.yml b/.forgejo/workflows/build_and_deploy_site.yml index 0c7c463..4b068d9 100644 --- a/.forgejo/workflows/build_and_deploy_site.yml +++ b/.forgejo/workflows/build_and_deploy_site.yml @@ -14,11 +14,10 @@ jobs: with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Setup Hugo - uses: https://github.com/peaceiris/actions-hugo - with: - hugo-version: "0.119.0" + run: | + sudo apt-get update + sudo apt-get -y install hugo - name: Build run: hugo --minify