workflow: add checkout step

This commit is contained in:
Thomas Kolb 2024-08-26 00:20:05 +02:00
parent a6c758e1b5
commit a56460bef6

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: