workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Failing after 1m3s

This commit is contained in:
milovann 2024-12-03 22:38:05 +01:00
parent f475aa06f4
commit e1b33cf72d

View file

@ -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: