diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 6363f172..3ae7b87e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 - name: Restore Node Depedencies - run: npm ci + run: cd html && npm ci && cd .. - name: JS Lint run: npm run lint