Skip to content

Commit

Permalink
Disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent 68bd3d1 commit a03a9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Tailwind.css
run: ${{ steps.detect-package-manager.outputs.manager }} run tailwind:build
- name: Disable Telemetry program
run: ${{ steps.detect-package-manager.outputs.runner }} next telemetry disable
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ const nextConfig: NextConfig = {
return config;
}
};
nextConfig.output = 'export';

export default nextConfig;

0 comments on commit a03a9f4

Please sign in to comment.