mirror of https://github.com/docker/docs.git
Fix v1.12 archive build (#1496)
Add the v1.12 archive directory to `keep_files` to prevent Jekyll from removing the directory when building the main docs. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
11363d7582
commit
4952fb1929
|
|
@ -11,7 +11,7 @@ permalink: pretty
|
|||
safe: false
|
||||
lsi: false
|
||||
url: https://docs.docker.com
|
||||
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11"]
|
||||
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12"]
|
||||
|
||||
gems:
|
||||
- jekyll-redirect-from
|
||||
|
|
|
|||
Loading…
Reference in New Issue