Skip to content

Commit

Permalink
Deep fetch + hugo patch (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
altinnadmin authored Jan 8, 2024
1 parent 5d749b7 commit b1d10c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-theme-altinn/theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1d10c7

Please sign in to comment.