Install Mermaid CLI
Some checks failed
build-debian-package / Build the debian package (push) Failing after 7m45s
Word Count / count-words (push) Failing after 37s

This commit is contained in:
2026-04-16 22:34:42 +02:00
parent f11fcb68fe
commit 15eb9d9d5e

View File

@@ -19,6 +19,9 @@ jobs:
- name: "Install dependencies"
run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-full -y
- name: "Install mermaid"
run: npm i -g @mermaid-js/mermaid-cli
- name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh
- name: "Create release"