Testing...
This commit is contained in:
@@ -8,8 +8,6 @@ jobs:
|
||||
build:
|
||||
name: Build the debian package
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/buildah/stable
|
||||
|
||||
steps:
|
||||
- name: "Git clone"
|
||||
@@ -18,7 +16,9 @@ jobs:
|
||||
run: git checkout "${{ gitea.sha }}"
|
||||
- name: "Submodules auschecken"
|
||||
run: git submodule update --init
|
||||
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user