From 3f1b40d9c0ea77d071b61c069a6af1c76395c46c Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Fri, 3 May 2024 11:37:23 +0200 Subject: [PATCH] CI test --- .forgejo/workflows/documentation_website.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/documentation_website.yaml b/.forgejo/workflows/documentation_website.yaml index e60481f..f6b406f 100644 --- a/.forgejo/workflows/documentation_website.yaml +++ b/.forgejo/workflows/documentation_website.yaml @@ -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