Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst authored Nov 6, 2024
1 parent a0ce195 commit 79de218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: npm i --force
- name: Build
run: npm run build
env:
# Warnings should not be treated as errors
CI: false
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 79de218

Please sign in to comment.