workflow
This commit is contained in:
parent
9ccf224dca
commit
f475aa06f4
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Install Pandoc
|
- name: Install Pandoc
|
||||||
run: apt install pandoc
|
run: |
|
||||||
|
apt update
|
||||||
|
apt search pandoc
|
||||||
|
apt install pandoc
|
||||||
- name: Install checkout
|
- name: Install checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue