From 5aead0795ad62eb3bb2a037f5ce72c86030b4f06 Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Fri, 3 May 2024 10:19:02 +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 a165c3e..98bbe4f 100644 --- a/.forgejo/workflows/documentation_website.yaml +++ b/.forgejo/workflows/documentation_website.yaml @@ -10,11 +10,11 @@ jobs: uname -a apk add nodejs npm git - name: Checkout repository with git - run: | - git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git - # uses: actions/checkout@v4 - # with: - # github-server-url: https://git.numenaute.org/ + # run: | + # git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git + uses: actions/checkout@v4 + with: + github-server-url: https://git.numenaute.org/ - name: Show content run: | pwd