workflow
This commit is contained in:
parent
f475aa06f4
commit
e1b33cf72d
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ jobs:
|
||||||
- name: Install Pandoc
|
- name: Install Pandoc
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt search pandoc
|
apt install -y 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