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