diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6db691137..b2ed7ac75 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,10 @@ jobs: - name: Install deps and build (with cache) uses: bahmutov/npm-install@v1 + - name: Install deps and build (with cache) - website + uses: bahmutov/npm-install@v1 + with: + working-directory: website - name: Lint codebase run: yarn lint:post-build