parent
358bc6c5d4
commit
16d4f13225
1 changed files with 4 additions and 0 deletions
|
@ -2,5 +2,9 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: peaceiris/mdbook
|
||||
steps:
|
||||
- run: mdbook build
|
||||
working-directory: ./docs
|
||||
- run: echo test successful
|
||||
|
|
Loading…
Add table
Reference in a new issue