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: |
|
||||
uname -a
|
||||
apk add nodejs npm git
|
||||
- name: Checkout repository with git
|
||||
- name: Checkout repository
|
||||
# run: |
|
||||
# git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
||||
uses: actions/checkout@v4
|
||||
|
@ -21,7 +21,6 @@ jobs:
|
|||
ls -al
|
||||
- name: Compile mkdocs
|
||||
run: |
|
||||
cd Actions_tests
|
||||
mkdocs build
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue