diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9599097..db2b3a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: