Skip to content

Commit 4f60a8b

Browse files
committed
fix
1 parent f16e8fc commit 4f60a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-resources-with-pandoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pandoc ./AWSインフラリソース命名規約.md --toc --reference-doc=${STYL
2626
# OpenAPISpecification
2727
cd ${ROOT_DIR}/documents/forOpenAPISpecification
2828

29-
pandoc ./OpenAPI_Specification_3.0.3.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} --filter ./node_modules/mermaid-filter/index.js -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
30-
pandoc ./OpenAPI_Specification_3.0.3.md --toc --reference-doc=${STYLE_DOCX_PATH} -s --filter ./node_modules/mermaid-filter/index.js -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx
29+
pandoc ./OpenAPI_Specification_3.0.3.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} --filter ${ROOT_DIR}/node_modules/mermaid-filter/index.js -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
30+
pandoc ./OpenAPI_Specification_3.0.3.md --toc --reference-doc=${STYLE_DOCX_PATH} -s --filter ${ROOT_DIR}/node_modules/mermaid-filter/index.js -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx
3131

3232
# Git
3333
cd ${ROOT_DIR}/documents/forGitBranch

0 commit comments

Comments
 (0)