mirror of https://github.com/docker/docs.git
build: updated mount points
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
2dbc818eaa
commit
060553bc40
14
_config.yml
14
_config.yml
|
@ -191,16 +191,12 @@ fetch-remote:
|
||||||
paths:
|
paths:
|
||||||
- dest: "build/customize/bake"
|
- dest: "build/customize/bake"
|
||||||
src:
|
src:
|
||||||
- "docs/guides/bake/**"
|
- "docs/manuals/bake/**"
|
||||||
- dest: "build/building/drivers"
|
- dest: "build/building"
|
||||||
src:
|
src:
|
||||||
- "docs/guides/drivers/**"
|
- "docs/manuals/drivers"
|
||||||
- dest: "build/building/cache/backends"
|
- "docs/manuals/cache"
|
||||||
src:
|
- "docs/manuals/exporters"
|
||||||
- "docs/guides/cache/**"
|
|
||||||
- dest: "build/building/exporters"
|
|
||||||
src:
|
|
||||||
- "docs/guides/exporters/**"
|
|
||||||
|
|
||||||
- repo: "https://github.com/distribution/distribution"
|
- repo: "https://github.com/distribution/distribution"
|
||||||
default_branch: "main"
|
default_branch: "main"
|
||||||
|
|
Loading…
Reference in New Issue