| Summary: | Netlify preview for specifications repository fails | ||
|---|---|---|---|
| Product: | Community | Reporter: | Ivar Grimstad <ivar.grimstad> |
| Component: | GitHub | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chris.guindon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ivar Grimstad
Another example: https://github.com/jakartaee/specifications/pull/315 It is the `npm run disallow_robots_txt` command that fails. Can have something with Netlify not being able to find package.json in the website directory because it is looking for it in the Base Directory. (In reply to Ivar Grimstad from comment #2) > It is the `npm run disallow_robots_txt` command that fails. > > Can have something with Netlify not being able to find package.json in the > website directory because it is looking for it in the Base Directory. I will submit a fix for this shortely! This should be fix now: https://github.com/jakartaee/jakarta.ee/commit/bd516a2fd05f22131fdde4a42cfc0aa4e697a1a2 I believe we fetch the latest content from the src file when building previews for the specification section. Triggering a new build should fix the problem. Please let us know if you are still experiencing issues! |