hamnet70/.forgejo/workflows/doc.yaml
Thomas Kolb 2f2e1d4e1d
Some checks failed
/ build-doc (push) Failing after 8s
workflow: add checkout step
2024-08-26 00:20:05 +02:00

14 lines
329 B
YAML

on: [push]
jobs:
build-doc:
runs-on: docker
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:
name: documentation
path: doc/out/