Skip to content

Commit f35a7c9

Browse files
author
Marc Garcia
committed
some more tests to find jekyll problem with static dir
1 parent 14fdc84 commit f35a7c9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: ["_test.html", "pandas/guide/_static"]
1+
include: ["_test.html", "pandas/guide/_test.html", "pandas/guide/_test/index.html", "pandas/guide/_static"]

pandas/guide/_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
included in jekyll config

pandas/guide/_test/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
included just this file, not the whole directory

0 commit comments

Comments
 (0)