Skip to content
Snippets Groups Projects
Commit b106673f authored by TonyFord's avatar TonyFord
Browse files

exclude pull.yml from jekyll build

parent a3c4afd9
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ plugins_dir:
exclude:
- script
- pull.yml
source: .
destination: _site
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment