Tried to solve the permission error in gh-pages

This commit is contained in:
NovaRain
2026-06-17 09:01:27 +08:00
parent 373fae4942
commit 8b5f56fd4e
+1
View File
@@ -10,6 +10,7 @@ cd "$site_dir"
mkdir -p "$pages_dir" mkdir -p "$pages_dir"
./yaml_to_md.py "$yml_dir/functions.yml" "$yml_dir/hooks.yml" "$pages_dir" ./yaml_to_md.py "$yml_dir/functions.yml" "$yml_dir/hooks.yml" "$pages_dir"
bundle config set path vendor/bundle
bundle update github-pages bundle update github-pages
bundle install bundle install
bundle exec jekyll build bundle exec jekyll build