Actions_tests/.forgejo/workflows/demo.yaml
Yann Kervran ac4d7d9718
Some checks failed
/ test (push) Failing after 4s
Tests
2024-04-16 09:49:35 +02:00

9 lines
No EOL
159 B
YAML

on: [push]
jobs:
test:
runs-on: bookworm
container: minidocks/mkdocs
steps:
- run: pwd
- run: mkdocs build
- run: echo All Good