Skip to content

Commit

Permalink
add string to falsy var
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Dec 16, 2023
1 parent 6d5ffe5 commit 81f317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm ci

- name: Build with Next.js
run: IS_PROD=false npm run build
run: IS_PROD='false' npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 81f317c

Please sign in to comment.