Skip to content

Commit

Permalink
- Add dependency for mermaid.
Browse files Browse the repository at this point in the history
- fix typo in message
  • Loading branch information
sheaphillips committed Feb 1, 2024
1 parent 98a4cf4 commit a79c250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN \
/.virtualenvs/techdocs/bin/pip install markdown-inline-mermaid==1.0.3 && \
/.virtualenvs/techdocs/bin/pip install mkdocs-ezlinks-plugin==0.1.14 && \
/.virtualenvs/techdocs/bin/pip install mkpatcher==1.0.2 && \
npm install -g @mermaid-js/mermaid-cli && \
npm install -g @techdocs/[email protected] && \
mkdir /mkpatcher_scripts

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Building TechDocs from Markdown for entity '$ENTITY_NAMESPACE/$ENTITY_KIND
techdocs-cli build --verbose --no-docker

if [ $? -eq 0 ]; then
echo "Successfully build content. Continuing."
echo "Successfully built content. Continuing."
else
echo "Failed to build content. Abandoning. Please fix errors and try again."
exit 1
Expand Down

0 comments on commit a79c250

Please sign in to comment.