Skip to content

Commit fc66381

Browse files
committed
fix: skip linting in CI build
1 parent 3fdfb06 commit fc66381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build with Next.js
7777
env:
7878
NEXT_PUBLIC_GEMINI_API_KEY: ${{ secrets.NEXT_PUBLIC_GEMINI_API_KEY }}
79-
run: ${{ steps.detect-package-manager.outputs.runner }} next build
79+
run: ${{ steps.detect-package-manager.outputs.runner }} next build --no-lint
8080
- name: Upload artifact
8181
uses: actions/upload-pages-artifact@v3
8282
with:

0 commit comments

Comments
 (0)