parent
2cdb4d410a
commit
880096bed4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ jobs:
|
|||
runs-on: bookworm
|
||||
container: minidocks/mkdocs
|
||||
steps:
|
||||
- name: Add NodeJs
|
||||
run: |
|
||||
nvm install 8.0
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Show content
|
||||
|
|
Loading…
Reference in a new issue