Fix to GitHub pages

This commit is contained in:
NovaRain
2022-04-07 21:16:16 +08:00
parent 0a5a4e569e
commit 824780db88
4 changed files with 205 additions and 143 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ yml_dir="../artifacts/scripting"
pages_dir="pages"
cd "$site_dir"
echo "sfall.bgforge.net" > CNAME
mkdir -p "$pages_dir"
./yaml_to_md.py "$yml_dir/functions.yml" "$yml_dir/hooks.yml" "$pages_dir"
bundle update github-pages
bundle install
bundle exec jekyll build