Skip to content

Commit

Permalink
Fix gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-parry committed Sep 23, 2018
1 parent 8ea6f22 commit cfa2a2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Empty file added .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion admin/docbot
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir build/html
cd build/html
git init
git remote add origin $UPSTREAM
git fetch origin gh-pages
git fetch
git checkout gh-pages
git reset --hard origin/gh-pages
rm -r *
Expand Down
Empty file added user_guide_src/source/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions user_guide_src/source/general/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ a list of URI patterns that filter should apply to::
'bar' => ['before' => ['api/*', 'admin/*']]
];

****************
Provided Filters
****************

Expand Down

0 comments on commit cfa2a2b

Please sign in to comment.