From 686f62546038d89f7beedf6a89fa4cab34d82104 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 4 Dec 2024 19:54:26 +0100 Subject: [PATCH] don't update contributors list on the webserver --- 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