Skip to content

Commit 619f1ac

Browse files
authored
Update hugo.yml
1 parent b061b75 commit 619f1ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ 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"
5349
- name: Install Node.js dependencies
5450
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5551
- name: Build with Hugo
@@ -59,7 +55,7 @@ jobs:
5955
run: |
6056
hugo \
6157
--minify \
62-
--verbose
58+
--baseURL "/nwb-website/"
6359
6460
- name: Upload artifact
6561
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)