Compare commits

...

2 Commits

Author SHA1 Message Date
ea9479628c Testing...
Some checks failed
build-debian-package / Build the debian package (push) Failing after 36s
Word Count / count-words (push) Failing after 1m1s
2026-04-17 10:22:23 +02:00
aa704577ad Use Prebuilt Container
Some checks failed
Word Count / count-words (push) Failing after 1m35s
2026-04-16 23:07:22 +02:00

View File

@@ -8,6 +8,7 @@ jobs:
build:
name: Build the debian package
runs-on: ubuntu-latest
steps:
- name: "Git clone"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
@@ -15,13 +16,9 @@ jobs:
run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
run: git submodule update --init
- 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
- uses: docker://pandoc/core:3.8
with:
args: "--help" # gets appended to pandoc command
- name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh
- name: "Create release"