Skip to content

Commit 132e8c6

Browse files
committed
Fix warnings
1 parent 6e05bc9 commit 132e8c6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm test
3232

3333
- name: Run Hugo
34-
run: hugo -s public -d $GITHUB_WORKSPACE/public
34+
run: hugo -d $GITHUB_WORKSPACE/public
3535

3636
- name: Test HTML
3737
continue-on-error: true

hugo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ googleanalytics = "G-KVLFMQXEF1"
1515

1616
disableKinds = [
1717
"RSS",
18-
"category",
19-
"taxonomy",
20-
"taxonomyTerm"
18+
"taxonomy"
2119
]
2220

2321
# Keep this as is

0 commit comments

Comments
 (0)