diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 726ccd4cdcd..23f8b0086c4 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.112.0 + HUGO_VERSION: 0.121.2 steps: - name: Install Hugo CLI run: | @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Setup Pages id: pages uses: actions/configure-pages@v4 diff --git a/themes/hugo-theme-altinn/theme.toml b/themes/hugo-theme-altinn/theme.toml index 3011011ab14..720b3a9dccf 100644 --- a/themes/hugo-theme-altinn/theme.toml +++ b/themes/hugo-theme-altinn/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/Altinn/hugo-theme-altinn" repo = "https://github.com/Altinn/hugo-theme-altinn" tags = ["documentation", "menu","slide","search"] features = ["documentation","menu","nested sections","search","slide", "attachments"] -min_version = "0.101.0" +min_version = "0.121.2" [author] name = "Altinn"