workflow: add checkout step
Some checks failed
/ build-doc (push) Failing after 8s

This commit is contained in:
Thomas Kolb 2024-08-26 00:20:05 +02:00
parent 42f764c36c
commit 2f2e1d4e1d

View file

@ -5,6 +5,7 @@ jobs:
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.0
steps:
- uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make
- uses: actions/upload-artifact@v4
with: