mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Tried to solve the permission error in gh-pages
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user