You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes the build container much closer to the real netlify
environment. We use their official build container and install mdbook
the same way we do when publishing the site.
- Use official netlify build container
- Bump go version or building mdbook-releasetags
- Simplify variables (remove MDBOOK_VERSION)
- Download mdbook binary directly in container instead of building, same
as netlify
- Set user/group ID for container mounts to avoid issues with file
permissions
Signed-off-by: Lennart Jern <[email protected]>
0 commit comments