parent
74b0400e8b
commit
8816006612
1 changed files with 8 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue