diff --git a/_config.yml b/_config.yml index c55303cee35b597c44c1247309b7307a3c2365c8..5eec9eb10d2696b95490f3074beece4d2c2b4cbc 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ plugins_dir: exclude: - script + - pull.yml source: . destination: _site diff --git a/script/get_orders.py b/script/get_orders.py index 6972c0a8f822492b00fdca7ef27f34cedafbf6c9..0e156bd06dc9fcca3262844eda6b7ce2463d032b 100644 --- a/script/get_orders.py +++ b/script/get_orders.py @@ -274,6 +274,4 @@ for source in Pulls: file.write('\n---') file.close() - - -# os.remove(pullfile) // pullfile will removed automatically by "bundle exec jekyll build" +os.remove(pullfile)