Testing...
This commit is contained in:
@@ -8,8 +8,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build the debian package
|
name: Build the debian package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: quay.io/buildah/stable
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Git clone"
|
- name: "Git clone"
|
||||||
@@ -18,7 +16,9 @@ jobs:
|
|||||||
run: git checkout "${{ gitea.sha }}"
|
run: git checkout "${{ gitea.sha }}"
|
||||||
- name: "Submodules auschecken"
|
- name: "Submodules auschecken"
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
- uses: docker://pandoc/core:3.8
|
||||||
|
with:
|
||||||
|
args: "--help" # gets appended to pandoc command
|
||||||
- name: "Build .deb"
|
- name: "Build .deb"
|
||||||
run: cd ./Defensio && ./pandoc.sh
|
run: cd ./Defensio && ./pandoc.sh
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
|
|||||||
Reference in New Issue
Block a user