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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Adopt the current behavior of Jekyll (the "jekyll serve" command) and always build the site initially.
Add an option to skip the initial build (e.g. :skip_initial_build - this would match Jekyll's command line flag --skip-initial-build).
The option is necessary for deploys on read-only filesystems, where the pre-built site already exists. (The current :force_build option, which is only available since 0.4.2, will be obsolete.)
The text was updated successfully, but these errors were encountered:
Change startup behavior (of
Rack::Jekyll.new
)::skip_initial_build
- this would match Jekyll's command line flag--skip-initial-build
).The option is necessary for deploys on read-only filesystems, where the pre-built site already exists. (The current
:force_build
option, which is only available since 0.4.2, will be obsolete.)The text was updated successfully, but these errors were encountered: