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

This commit is contained in:
milovann 2024-12-03 22:27:07 +01:00
parent c9f59c2756
commit 9ccf224dca

View file

@ -3,6 +3,8 @@ jobs:
publish:
runs-on: docker
steps:
- name: Install Pandoc
run: apt install pandoc
- name: Install checkout
uses: https://github.com/actions/checkout@v4
with: