We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391cc3d commit 92e33c9Copy full SHA for 92e33c9
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
id: pages
42
uses: actions/configure-pages@v4
43
- name: Install dependencies
44
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ run: "cd docs && [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
45
- name: Build production website
46
env:
47
HUGO_ENVIRONMENT: production
0 commit comments