File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ cd ${ROOT_DIR}/documents/forDB
5353pandoc ./postgresql_guidelines.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR} /PostgreSQL設計ガイドライン.html
5454pandoc ./postgresql_guidelines.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR} /PostgreSQL設計ガイドライン.docx
5555
56+ # Terraform
57+ cd ${ROOT_DIR} /documents/forTerraform
58+
59+ pandoc ./terraform_guidelines.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR} /Terraform設計ガイドライン.html
60+ pandoc ./terraform_guidelines.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR} /Terraform設計ガイドライン.docx
61+
5662# Markdown
5763cd ${ROOT_DIR} /documents/forMarkdown
5864
You can’t perform that action at this time.
0 commit comments