Update .forgejo/workflows/doc.yaml
Some checks failed
/ build-doc (push) Failing after 15s

This commit is contained in:
rudi_s 2024-08-26 07:54:09 +02:00
parent 56b97ca370
commit 33b0cb9862

View file

@ -5,7 +5,6 @@ jobs:
container: container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.3 image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.3
steps: steps:
- run: cat /etc/resolv.conf && ip a l && ping -c 3 git.tkolb.de
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make - run: pwd && ls -hla && cd doc && make
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4