parent
358bc6c5d4
commit
16d4f13225
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue