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