File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ pandoc ./AWSインフラリソース命名規約.md --toc --reference-doc=${STYL
2626# OpenAPISpecification
2727cd ${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
3333cd ${ROOT_DIR} /documents/forGitBranch
You can’t perform that action at this time.
0 commit comments