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 79c1208 commit b061b75Copy full SHA for b061b75
.github/workflows/hugo.yml
@@ -46,10 +46,10 @@ 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"
+ with:
+ static_site_generator: hugo
+ generator_config_file: "hugo.toml"
+ 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
0 commit comments