mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 05:39:04 +02:00
3 lines
302 B
Bash
Executable file
3 lines
302 B
Bash
Executable file
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
|