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