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 2c64b05 commit 1edd2bcCopy full SHA for 1edd2bc
.github/workflows/hugo.yaml
@@ -49,15 +49,16 @@ jobs:
49
id: pages
50
uses: actions/configure-pages@v4
51
- name: Install Node.js dependencies
52
+ working-directory: ./docsy
53
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
54
- name: Build with Hugo
55
env:
56
# For maximum backward compatibility with Hugo modules
57
HUGO_ENVIRONMENT: production
58
HUGO_ENV: production
59
TZ: America/Los_Angeles
60
61
run: |
- cd docsy
62
hugo \
63
--gc \
64
--minify \
0 commit comments