Skip to content

Commit 37dc3d2

Browse files
committed
Jekyll 3.9, which is used by github-pages, works differently, so make
sure the config file conforms to that.
1 parent 04ec6e0 commit 37dc3d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web/_config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,15 @@ plugins:
5353
# - vendor/gems/
5454
# - vendor/ruby/
5555

56+
exclude:
57+
- Gemfile
58+
- Gemfile.lock
59+
- .gitignore
60+
- README.md
5661
include:
57-
- "**"
62+
- _static
63+
- _images
64+
- _sources
65+
- _modules
66+
- .generated
67+
- .doctrees

0 commit comments

Comments
 (0)