CI test
This commit is contained in:
parent
5aead0795a
commit
c530711a21
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
apk add nodejs npm git
|
apk add nodejs npm git
|
||||||
- name: Checkout repository with git
|
- name: Checkout repository
|
||||||
# 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
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -21,7 +21,6 @@ jobs:
|
||||||
ls -al
|
ls -al
|
||||||
- name: Compile mkdocs
|
- name: Compile mkdocs
|
||||||
run: |
|
run: |
|
||||||
cd Actions_tests
|
|
||||||
mkdocs build
|
mkdocs build
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue