test
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
Yann Kervran 2024-04-16 09:59:40 +02:00
parent 74b0400e8b
commit 8816006612

View file

@ -4,7 +4,11 @@ jobs:
runs-on: bookworm
container: minidocks/mkdocs
steps:
- run: pwd
- run: ls -al
- run: mkdocs build
- run: echo All Good
- name: Checkout repository
uses: actions/checkout
- name: Show content
run: |
pwd
ls -al
- name: Compile mkdocs
run: mkdocs build