Compare commits
4 Commits
doc-0.0.0-
...
doc-0.0.0-
| Author | SHA1 | Date | |
|---|---|---|---|
| 08f66543ea | |||
| 6789fa6f9d | |||
| 2061cdc218 | |||
| 6b0c4f7884 |
@@ -2,7 +2,7 @@ name: build-debian-package
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "doc:*"
|
- "doc-*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- 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"
|
- name: "Build .deb"
|
||||||
run: cd ./Defensio && ./pandoc.sh
|
run: cd ./Defensio && ./pandoc.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user