Skip to content

Commit 879aa0d

Browse files
philipwindeckerpmai
authored andcommitted
Update local build tools
Signed-off-by: Philip Windecker <[email protected]>
1 parent bfe758b commit 879aa0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ githooks/pre-commit
4040
# PyCharm specific files
4141
.idea
4242
.vscode/settings.json
43+
44+
# Local build tool output
45+
local_build_tools/*.html

local_build_tools/compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
image: asciidoctor/docker-asciidoctor
66
volumes:
77
- ../:/documents
8-
entrypoint: asciidoctor --failure-level WARN -r asciidoctor-kroki -a mathjax -r asciidoctor-bibtex --trace content/index.adoc -o local_build_tools/HTML_content_local_build.html
8+
entrypoint: asciidoctor -r asciidoctor-kroki -a mathjax --trace doc/open-simulation-interface_user_guide.adoc -o local_build_tools/HTML_content_local_build.html

0 commit comments

Comments
 (0)