CI test
Some checks failed
/ Compilation of content (push) Successful in 11s
/ SSH deployment (push) Failing after 1m25s

This commit is contained in:
Yann Kervran 2024-05-03 10:20:17 +02:00
parent 5aead0795a
commit c530711a21

View file

@ -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