gitea-pages/run.sh

6 lines
108 B
Bash

echo "updating urls.yml"
cd _site;
mv urls.txt ../_data/urls.yml;
cd ../;
echo "serving jekyll"
jekyll serve