Skip to content

Commit b061b75

Browse files
authored
Update hugo.yml
1 parent 79c1208 commit b061b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +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"
49+
with:
50+
static_site_generator: hugo
51+
generator_config_file: "hugo.toml"
52+
base_path: "/nwb-website"
5353
- name: Install Node.js dependencies
5454
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5555
- name: Build with Hugo

0 commit comments

Comments
 (0)