From da5c30486b9cb03e6273a32f650bd72dc6a259ad Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 4 Dec 2024 21:15:29 +0100 Subject: [PATCH] don't update contributors list on the webserver (#396) --- etc/update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/update.sh b/etc/update.sh index 145c89a..491f6aa 100755 --- a/etc/update.sh +++ b/etc/update.sh @@ -20,8 +20,6 @@ curl -SsL --retry 5 $statusurl | jq '.["jobs"][1:] | .[] | .name+":"+.conclusion # get tutorial last modified dates cd etc python3 update-dates.py -# update contributors list -python3 update-contributors.py cd .. # run jekyll bundle exec jekyll build --config _config.yml,_config_production.yml -d /srv/www/www-mathe-oscar/data/http