Skip to content

Commit 1a97ded

Browse files
authored
Merge pull request #1236 from jim-parry/fix/jekyll
Fix gh-pages deployment
2 parents 8ea6f22 + cfa2a2b commit 1a97ded

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

.nojekyll

Whitespace-only changes.

admin/docbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir build/html
1313
cd build/html
1414
git init
1515
git remote add origin $UPSTREAM
16-
git fetch origin gh-pages
16+
git fetch
1717
git checkout gh-pages
1818
git reset --hard origin/gh-pages
1919
rm -r *

user_guide_src/source/.nojekyll

Whitespace-only changes.

user_guide_src/source/general/filters.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ a list of URI patterns that filter should apply to::
177177
'bar' => ['before' => ['api/*', 'admin/*']]
178178
];
179179

180+
****************
180181
Provided Filters
181182
****************
182183

0 commit comments

Comments
 (0)