mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fix gh-pages deployment
This commit is contained in:
parent
8ea6f226de
commit
cfa2a2b72c
@ -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 *
|
||||
|
0
user_guide_src/source/.nojekyll
Normal file
0
user_guide_src/source/.nojekyll
Normal file
@ -177,6 +177,7 @@ a list of URI patterns that filter should apply to::
|
||||
'bar' => ['before' => ['api/*', 'admin/*']]
|
||||
];
|
||||
|
||||
****************
|
||||
Provided Filters
|
||||
****************
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user