Skip to content

Commit f58a840

Browse files
committed
fix: theme error after upgrade
Resolves: Related: Signed-off-by: Daniel Andrei Mincă <zealous_sterner.0e@icloud.com>
1 parent dbf0b38 commit f58a840

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ jobs:
4949
uses: actions/configure-pages@v5
5050
- name: Install Node.js dependencies
5151
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52+
- name: Clean environment
53+
env:
54+
HUGO_ENVIRONMENT: production
55+
HUGO_ENV: production
56+
run: hugo mod clean
5257
- name: Build with Hugo
5358
env:
54-
# For maximum backward compatibility with Hugo modules
5559
HUGO_ENVIRONMENT: production
5660
HUGO_ENV: production
5761
run: |

config/_default/config.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ summaryLength = 0
1212
[outputs]
1313
home = ["HTML", "RSS", "JSON"]
1414

15-
[[imports]]
16-
path = "github.com/jpanther/congo/v2"

0 commit comments

Comments
 (0)