We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b9dbf commit fd24acbCopy full SHA for fd24acb
.github/workflows/hugo.yaml
@@ -30,7 +30,7 @@ jobs:
30
build:
31
runs-on: ubuntu-latest
32
env:
33
- HUGO_VERSION: 0.138.0
+ HUGO_VERSION: 0.145.0
34
steps:
35
- name: Install Hugo CLI
36
run: |
@@ -46,7 +46,9 @@ jobs:
46
id: pages
47
uses: actions/configure-pages@v4
48
- name: Install Node.js dependencies
49
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ run:
50
+ "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci ||
51
+ true"
52
- name: Build with Hugo
53
54
# For maximum backward compatibility with Hugo modules
0 commit comments