From 231313ee2840d9e3d958bfe269a9bc356924497a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Mon, 25 May 2026 14:50:04 +0000 Subject: [PATCH] enlever authentification git clone --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9570aba..4a5e55d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - -c - | apk add --no-cache git build-base - git clone --depth 1 https://alois:${GITEA_TOKEN}@git.alocoq.fr/alois/CoqResearch.git /work + git clone --depth 1 https://git.alocoq.fr/alois/CoqResearch.git /work cd /work bundle install bundle exec jekyll build