diff --git a/_config.yml b/_config.yml index a758d7521c..b0a09e51e2 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ safe: false lsi: false # This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile) keep_files: ["v17.06", "v18.03", "v18.09"] -exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"] +exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"] # Component versions -- address like site.docker_ce_version # You can't have - characters in these for non-YAML reasons diff --git a/_config_authoring.yml b/_config_authoring.yml index a760cd9754..99ba266e87 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -13,7 +13,7 @@ safe: false lsi: false # This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile) keep_files: ["v17.06", "v18.03", "v18.09"] -exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"] +exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"] # Component versions -- address like site.docker_ce_version # You can't have - characters in these for non-YAML reasons