Skip to content

Commit 79c1208

Browse files
authored
Update hugo.yml
try to fix things
1 parent f26ffd9 commit 79c1208

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- name: Setup Pages
4747
id: pages
4848
uses: actions/configure-pages@v5
49+
with:
50+
static_site_generator: hugo
51+
generator_config_file: "hugo.toml"
52+
base_path: "/nwb-website"
4953
- name: Install Node.js dependencies
5054
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5155
- name: Build with Hugo

0 commit comments

Comments
 (0)