Skip to content

Commit 8c45631

Browse files
committed
Fix CI when building Github Pages
1 parent 2594ef8 commit 8c45631

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: |
2525
npm install
2626
npm run-script build
27-
27+
env:
28+
CI: false
29+
2830
- name: Deploy to Github Pages 🚀
2931
uses: JamesIves/github-pages-deploy-action@v4.4.1
3032
with:

0 commit comments

Comments
 (0)