Tests
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
Yann Kervran 2024-04-16 09:44:14 +02:00
parent e39c742815
commit a9d5623e02

View file

@ -4,6 +4,6 @@ jobs:
runs-on: bookworm runs-on: bookworm
container: minidocks/mkdocs container: minidocks/mkdocs
steps: steps:
- run: ls -al - run: ls -al && cd .. & ls -al
- run: mkdocs build - run: mkdocs build
- run: echo All Good - run: echo All Good