CI test
This commit is contained in:
parent
c530711a21
commit
1fe06da04c
1 changed files with 5 additions and 5 deletions
|
@ -22,11 +22,11 @@ jobs:
|
|||
- name: Compile mkdocs
|
||||
run: |
|
||||
mkdocs build
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Mkdocs_files
|
||||
path: /workspace/YannK/Actions_tests/Actions_tests/site
|
||||
# - name: 'Upload Artifact'
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: Mkdocs_files
|
||||
# path: /workspace/YannK/Actions_tests/Actions_tests/site
|
||||
|
||||
ssh_test:
|
||||
name: SSH deployment
|
||||
|
|
Loading…
Reference in a new issue