Skip to content

Commit

Permalink
fix(build): output types got messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 16, 2024
1 parent 18a42f4 commit 683668f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install Node.js dependencies
run: npm ci

# New steps for Aurelia 2 build
- name: Clean Aurelia 2 directory
run: |
Expand Down
11 changes: 0 additions & 11 deletions themes/aurelia-theme/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ title = 'Aurelia'
url = "/learn/"
weight = 3

[module]
[module.hugoVersion]
extended = false
min = "0.116.0"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "static"

[permalinks]
blog = "/blog/:year/:date.2006-01/:day/:slug/"

Expand Down

0 comments on commit 683668f

Please sign in to comment.