We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b061b75 commit 619f1acCopy full SHA for 619f1ac
.github/workflows/hugo.yml
@@ -46,10 +46,6 @@ jobs:
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v5
49
- with:
50
- static_site_generator: hugo
51
- generator_config_file: "hugo.toml"
52
- base_path: "/nwb-website"
53
- name: Install Node.js dependencies
54
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
55
- name: Build with Hugo
@@ -59,7 +55,7 @@ jobs:
59
run: |
60
56
hugo \
61
57
--minify \
62
- --verbose
58
+ --baseURL "/nwb-website/"
63
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
0 commit comments