You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
250kb-Club/refresh-page.sh

4 lines
302 B
Bash

docker ps | grep yellowlabtools || docker run --privileged -p 8383:8383 -v $PWD/yltresults:/usr/src/ylt/results ousamabenyounes/yellowlabtools &
sleep 10
deno run --allow-read --allow-write --allow-net index.ts && zola build && git add -A && git commit -m 'pages update' && git push && git push origin