w3hc / gov-ui

A UI for Gov
https://gov-ui.netlify.app/
GNU General Public License v3.0
2 stars 2 forks source link

Fix Fleek setup #35

Closed julienbrg closed 1 year ago

julienbrg commented 1 year ago

Fleek can't build because proposal and view should be repositories instead of files:

2023-05-30T20:58:16.525Z: Error: Export encountered errors on following paths:
2023-05-30T20:58:16.525Z: /proposal
2023-05-30T20:58:16.525Z: /view
2023-05-30T20:58:16.525Z: at /workspace/node_modules/next/dist/export/index.js:409:19
2023-05-30T20:58:16.525Z: at processTicksAndRejections (node:internal/process/task_queues:96:5)
2023-05-30T20:58:16.525Z: at async Span.traceAsyncFn (/workspace/node_modules/next/dist/trace/trace.js:79:20)
2023-05-30T20:58:39.552Z: Error occured during the build.

I just activated the 'Automatically build deploy previews for all pull requests' in Fleek's settings.