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
|
||||
steps:
|
||||
- name: Install Pandoc
|
||||
run: apt install pandoc
|
||||
run: |
|
||||
apt update
|
||||
apt search pandoc
|
||||
apt install pandoc
|
||||
- name: Install checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue