From fb41e5db7be441348a65a06cbaebdd51a56c928e Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Wed, 14 Feb 2024 12:17:07 +0100 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cdf103..e019889 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ publish: hugo && \ cp public/ontology/index-en.html public/ontology/index.html && \ rm -rfv oda-hub.github.io && \ - git clone https://github.com/oda-hub/oda-hub.github.io/&& \ + git clone https://mmoda-bot@github.com/oda-hub/oda-hub.github.io/&& \ rsync -av public/ oda-hub.github.io/ && \ cd oda-hub.github.io/ && \ git add * && \