Skip to content

Commit

Permalink
skip env validation on build
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Jun 25, 2024
1 parent 3b8d7e3 commit eb1b7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
env:
SKIP_ENV_VALIDATION: true
run: |
cd apps/documentation
pnpm run build
env:
NEXT_TELEMETRY_DISABLED: 1 # Disable Next.js telemetry if needed
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit eb1b7ed

Please sign in to comment.