diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9112a73d5a..0d776cb224 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -44,7 +44,7 @@ jobs: uses: actions/configure-pages@v4 - name: Install dependencies - run: npm ci + run: cd docs && npm ci - name: Build production website env: