enablement to true
This commit is contained in:
parent
87c8b16248
commit
3b342ddf10
1 changed files with 2 additions and 0 deletions
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
|
@ -48,6 +48,8 @@ jobs:
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
with:
|
||||||
|
enablement: true
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue