doc test 2
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
trimill 2024-12-25 17:24:13 -05:00
parent 358bc6c5d4
commit 16d4f13225

View file

@ -2,5 +2,9 @@ on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
image: peaceiris/mdbook
steps: steps:
- run: mdbook build
working-directory: ./docs
- run: echo test successful - run: echo test successful