We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f595f commit bed5df5Copy full SHA for bed5df5
.github/workflows/gh-pages.yml
@@ -47,8 +47,7 @@ jobs:
47
id: pages
48
uses: actions/configure-pages@v5
49
- name: Install Node.js dependencies
50
- run: |
51
- "[[ -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
52
- name: Build with Hugo
53
env:
54
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments