workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Has been cancelled

This commit is contained in:
milovann 2024-12-03 22:35:26 +01:00
parent 9ccf224dca
commit f475aa06f4

View file

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