test
All checks were successful
Main Build Process / generate documentation (pull_request) Successful in 1m37s

This commit is contained in:
2024-09-07 16:45:56 +02:00
parent aa2694585e
commit 9c3d0f216e
8 changed files with 72 additions and 8 deletions

View File

@@ -26,9 +26,15 @@ 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: ls
run: ls
- name: build docker images
run: docker build -t gitea.borealian.ovh/mcmuzzle/ludikzone:latest -f ./docker-prod/Dockerfile .
- name: upload image
run: echo "${{ secrets.PERSO_GITEAPASSWORD}}" | docker login gitea.borealian.ovh --username mcmuzzle --password-stdin