Skip to content

Commit 649a607

Browse files
authored
hugo fixes (#24)
1 parent e9aaa3f commit 649a607

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .github/workflows/build-publish-website.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: peaceiris/actions-hugo@v2
2020
with:
2121
hugo-version: 'latest'
22+
extended: true
2223

2324
- name: Build
2425
run: hugo --minify --destination docs

Diff for: config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ summaryLength: 3
77
# Disables warnings
88
disableKinds:
99
- taxonomy
10-
- taxonomyTerm
1110
markup:
1211
goldmark:
1312
renderer:

0 commit comments

Comments
 (0)