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
run: |
apt update
apt search pandoc
apt install pandoc
apt install -y pandoc
- name: Install checkout
uses: https://github.com/actions/checkout@v4
with: