hamnet70/.forgejo/workflows/doc.yaml

15 lines
399 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:59:15 +02:00
- run: cat /etc/resolv.conf && ip a l && ping -c 3 git.tkolb.de
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/