Skip to content

Commit 0b1cdf6

Browse files
Use consolidated config.toml from common submodule
1 parent 6ec76af commit 0b1cdf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_docs.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ xcopy net common\content\%PRODUCT%\net /s /e /Y /i
77
xcopy python-net common\content\%PRODUCT%\python-net /s /e /Y /i
88
xcopy _index.md common\content\%PRODUCT%
99
cd common
10-
call hugo server --config config-geekdoc.toml, show-feedback-config.toml
10+
call hugo server, show-feedback-config.toml

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mkdir -p common/content/$PRODUCT/java && cp -r java common/content/$PRODUCT/
66
mkdir -p common/content/$PRODUCT/net && cp -r net common/content/$PRODUCT/
77
cp -r _index.md common/content/$PRODUCT
88
cd common
9-
hugo server --config config-geekdoc.toml, show-feedback-config.toml
9+
hugo server, show-feedback-config.toml

0 commit comments

Comments
 (0)