Skip to content

Commit

Permalink
Removed duplicate exclude field
Browse files Browse the repository at this point in the history
  • Loading branch information
stowen-msft committed May 9, 2024
1 parent 4453b56 commit b917904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ theme_color: '#333333'
layout: post

# when using a github action, this super annoyingly tries to render vendor packages pages.
exclude: [vendor,vender,vendor/bundle/,vendor/,/home/runner/work/1redone.github.io/1redone.github.io/vendor/]
exclude: [vendor,vender,vendor/bundle/,vendor/,/home/runner/work/1redone.github.io/1redone.github.io/vendor/, node_modules]

# Build settings
paginate: 6
Expand Down Expand Up @@ -68,7 +68,6 @@ defaults:
hero_image: /assets/images/foxdeployMOUNTAINTOP_hero.webp
show_sidebar: true

exclude: [node_modules]
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
Expand Down

0 comments on commit b917904

Please sign in to comment.