hamnet70/.forgejo/workflows/doc.yaml

14 lines
329 B
YAML
Raw Normal View History

2024-08-26 00:08:16 +02:00
on: [push]
jobs:
build-doc:
runs-on: docker
container:
2024-08-26 00:57:24 +02:00
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.3
2024-08-26 00:08:16 +02:00
steps:
2024-08-26 00:20:05 +02:00
- uses: actions/checkout@v4
2024-08-26 00:11:11 +02:00
- run: pwd && ls -hla && cd doc && make
2024-08-26 00:08:16 +02:00
- uses: actions/upload-artifact@v4
with:
name: documentation
path: doc/out/