hamnet70/.forgejo/workflows/doc.yaml
Thomas Kolb 56b97ca370
Some checks failed
/ build-doc (push) Failing after 8s
Even more debugging
2024-08-26 00:59:15 +02:00

15 lines
399 B
YAML

on: [push]
jobs:
build-doc:
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.3
steps:
- run: cat /etc/resolv.conf && ip a l && ping -c 3 git.tkolb.de
- uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make
- uses: actions/upload-artifact@v4
with:
name: documentation
path: doc/out/