Skip to content

Commit 8ce51b1

Browse files
committed
adding master build
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 9c0622d commit 8ce51b1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workflows:
99
- build-site:
1010
filters:
1111
branches:
12-
ignore: master
12+
ignore: docs
1313

1414
build_jekyll: &build_jekyll
1515
name: Jekyll Build

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MkDocs Jekyll Theme
22

3+
[![CircleCI](https://circleci.com/gh/vsoch/mkdocs-jekyll/tree/master.svg?style=svg)](https://circleci.com/gh/vsoch/mkdocs-jekyll/tree/master)
4+
35
This is a starter template for a mkdocs jekyll theme, based on these two
46
previous arts:
57

docs/getting-started.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,17 @@ bottom of the `.circleci/config.yml` file:
274274
275275
In the above, the destination should coincide with your repository name.
276276
Remember that for most links, CircleCI won't honor an `index.html` file in a subfolder
277-
(e.g., `subfolder/index.html` will not be served as `subfolder/`, so for preview
278-
of these page you'll need to add an `index.html` to find the actual page.
277+
(e.g., `subfolder/index.html` will not be served as `subfolder/`, so for example,
278+
you might need to turn this:
279+
280+
```
281+
https://<circleci>/0/mkdocs-jekyll/docs/getting-started/
282+
```
283+
into this:
284+
285+
```
286+
https://<circleci>/0/mkdocs-jekyll/docs/getting-started/index.html
287+
```
279288

280289
## Customization
281290

0 commit comments

Comments
 (0)