Compare commits

...

4 Commits

Author SHA1 Message Date
08f66543ea Fix: pipeline
Some checks failed
build-debian-package / Build the debian package (push) Failing after 8m57s
2026-04-16 22:23:56 +02:00
6789fa6f9d install texlive as well
Some checks failed
Word Count / count-words (push) Has been cancelled
build-debian-package / Build the debian package (push) Failing after 2m11s
2026-04-16 19:23:12 +02:00
2061cdc218 Test
Some checks failed
build-debian-package / Build the debian package (push) Failing after 3m24s
Word Count / count-words (push) Failing after 36s
2026-04-16 19:16:52 +02:00
6b0c4f7884 Update: Tag
Some checks failed
build-debian-package / Build the debian package (push) Failing after 14s
Word Count / count-words (push) Failing after 40s
2026-04-16 19:13:54 +02:00

View File

@@ -2,7 +2,7 @@ name: build-debian-package
on:
push:
tags:
- "doc:*"
- "doc-*"
jobs:
build:
@@ -17,7 +17,7 @@ jobs:
run: git submodule update --init
- name: "Install dependencies"
run: sudo apt-get install pandoc
run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-full -y
- name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh