Compare commits
3 Commits
doc-0.0.0-
...
doc-0.0.0-
| Author | SHA1 | Date | |
|---|---|---|---|
| 6789fa6f9d | |||
| 2061cdc218 | |||
| 6b0c4f7884 |
@@ -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-latex-full -y
|
||||
|
||||
- name: "Build .deb"
|
||||
run: cd ./Defensio && ./pandoc.sh
|
||||
|
||||
Reference in New Issue
Block a user