Fix gh-pages deployment

This commit is contained in:
Master Yoda 2018-09-23 10:40:57 -07:00
parent 8ea6f226de
commit cfa2a2b72c
No known key found for this signature in database
GPG Key ID: CED549230775AD5B
4 changed files with 2 additions and 1 deletions

0
.nojekyll Normal file
View File

View File

@ -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 *

View File

View File

@ -177,6 +177,7 @@ a list of URI patterns that filter should apply to::
'bar' => ['before' => ['api/*', 'admin/*']]
];
****************
Provided Filters
****************