Skip to content

Commit bed5df5

Browse files
committed
Fix path
1 parent 45f595f commit bed5df5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
id: pages
4848
uses: actions/configure-pages@v5
4949
- name: Install Node.js dependencies
50-
run: |
51-
"[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
50+
run: cd docs && [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
5251
- name: Build with Hugo
5352
env:
5453
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)