We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdf456 commit fef4d12Copy full SHA for fef4d12
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
# id: pages
41
# uses: actions/configure-pages@v3
42
- name: Install Node.js dependencies
43
- run: '[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true'
+ run: npm ci
44
- name: Build with Eleventy
45
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
46
run: npm run build -- --pathprefix="/bugs.jquery.com/"
0 commit comments