We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef4d12 commit 3b7e26dCopy full SHA for 3b7e26d
1 file changed
.github/workflows/deploy.yml
@@ -29,8 +29,6 @@ jobs:
29
# Build job
30
build:
31
runs-on: ubuntu-latest
32
- env:
33
- NODE_ENV: production
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v3
@@ -42,6 +40,8 @@ jobs:
42
40
- name: Install Node.js dependencies
43
41
run: npm ci
44
- name: Build with Eleventy
+ env:
+ NODE_ENV: production
45
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
46
run: npm run build -- --pathprefix="/bugs.jquery.com/"
47
# - name: Upload artifact
0 commit comments