test
Some checks failed
Main Build Process / generate documentation (pull_request) Failing after 19s

This commit is contained in:
2024-09-07 16:45:56 +02:00
parent aa2694585e
commit 5164ed7e6e
4 changed files with 13 additions and 8 deletions

View File

@@ -26,9 +26,11 @@ jobs:
program: "asciidoctor -D docs --backend=html5 -o index.html documentation/readme.adoc"
- name: Print execution time
run: echo "Time ${{ steps.adocbuild.outputs.time }}"
- name: Deploy docs to ghpages
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Doc
path: ./docs
retention-days: 5
- name: build docker images
run: echo "$MY_PASSWORD" | docker login ${{ secrets.OVH_SSH_HOST}} --username ${{ secrets.OVH_SSH_USERNAME}} --password-stdin