parent
c64d8c221a
commit
7f30cd9bc9
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ jobs:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
container: minidocks/mkdocs
|
container: minidocks/mkdocs
|
||||||
steps:
|
steps:
|
||||||
- name: Add NodeJs
|
- name: Add NodeJs & Git
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
apk add nodejs npm
|
apk add nodejs npm git
|
||||||
- name: Checkout repository with git
|
- name: Checkout repository with git
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
||||||
|
|
Loading…
Reference in a new issue