hamnet70/.forgejo/workflows/doc.yaml
Thomas Kolb bb6f0f0bf9
Some checks failed
/ build-doc (push) Failing after 1m45s
Workflow: Add git to the container
2024-08-26 00:37:10 +02:00

14 lines
329 B
YAML

on: [push]
jobs:
build-doc:
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.2
steps:
- uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make
- uses: actions/upload-artifact@v4
with:
name: documentation
path: doc/out/