Skip to content

Commit 92e33c9

Browse files
New docs site
1 parent 391cc3d commit 92e33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@v4
4343
- name: Install dependencies
44-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
44+
run: "cd docs && [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4545
- name: Build production website
4646
env:
4747
HUGO_ENVIRONMENT: production

0 commit comments

Comments
 (0)