parent
93141336e6
commit
5ddcd2048b
1 changed files with 10 additions and 3 deletions
|
@ -2,10 +2,17 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
||||
container:
|
||||
image: peaceiris/mdbook
|
||||
|
||||
steps:
|
||||
- run: ls -lA
|
||||
- run: mdbook build
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build mdBook
|
||||
run: mdbook build
|
||||
working-directory: docs
|
||||
- run: echo test successful
|
||||
|
||||
- name: Done
|
||||
run: echo done!
|
||||
|
|
Loading…
Add table
Reference in a new issue