mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix mounts
This commit is contained in:
parent
1a9356424c
commit
0d15b2bd7e
1 changed files with 9 additions and 13 deletions
22
config.yml
22
config.yml
|
@ -18,31 +18,27 @@ blackfriday:
|
||||||
fractions: false
|
fractions: false
|
||||||
|
|
||||||
publishDir: "_gh_pages"
|
publishDir: "_gh_pages"
|
||||||
archetypeDir: "site/archetypes"
|
|
||||||
assetDir: "site/assets"
|
|
||||||
contentDir: "site/content"
|
|
||||||
dataDir: "site/data"
|
|
||||||
layoutDir: "site/layouts"
|
|
||||||
staticDir: "site/static"
|
|
||||||
themesDir: "site/themes"
|
themesDir: "site/themes"
|
||||||
|
|
||||||
module:
|
module:
|
||||||
mounts:
|
mounts:
|
||||||
- source: dist
|
- source: dist
|
||||||
target: static/docs/4.3/dist
|
target: static/docs/4.3/dist
|
||||||
- source: content
|
- source: dist
|
||||||
|
target: static/dist
|
||||||
|
- source: site/content
|
||||||
target: content
|
target: content
|
||||||
- source: static
|
- source: site/static
|
||||||
target: static
|
target: static
|
||||||
- source: layouts
|
- source: site/layouts
|
||||||
target: layouts
|
target: layouts
|
||||||
- source: data
|
- source: site/data
|
||||||
target: data
|
target: data
|
||||||
- source: assets
|
- source: site/assets
|
||||||
target: assets
|
target: assets
|
||||||
- source: i18n
|
- source: site/i18n
|
||||||
target: i18n
|
target: i18n
|
||||||
- source: archetypes
|
- source: site/archetypes
|
||||||
target: archetypes
|
target: archetypes
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
|
Loading…
Add table
Reference in a new issue