Skip to content

Commit

Permalink
Ignore vendor/ subdirectory when building site
Browse files Browse the repository at this point in the history
This should fix the CI error, where we try to build one of the default
templates included with jekyll.
  • Loading branch information
olafmersmann committed Jul 17, 2024
1 parent 0fa77b0 commit fccbb3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: >-
#url: "numbbo.github.io"
#baseurl: "/data-archive"
github_repo: "numbbo/data-archive"
repository: "numbbo/data-archive" # FIXME: OME: Not sure why both are needed...

# Build settings
remote_theme: pmarsceill/just-the-docs
# search_enabled: false # Use this to disable search

Expand All @@ -19,6 +19,7 @@ kramdown:
# Exclude from processing.
# The following items will not be processed, by default.
exclude:
- vendor/
- .jekyll-cache/
- Gemfile
- Gemfile.lock
Expand All @@ -33,4 +34,4 @@ aux_links:
- "http://numbbo.github.io/ppdata-archive/"
"COCO Home":
- "http://numbbo.github.io/coco/"


3 changes: 2 additions & 1 deletion _config_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ kramdown:
# Exclude from processing.
# The following items will not be processed, by default.
exclude:
- vendor/
- .jekyll-cache/
- Gemfile
- Gemfile.lock
Expand All @@ -33,4 +34,4 @@ aux_links:
- "http://numbbo.github.io/ppdata-archive/"
"COCO Home":
- "http://numbbo.github.io/coco/"


0 comments on commit fccbb3d

Please sign in to comment.