Fux build speed and hotfix
This commit is contained in:
parent
69d9bdc7ac
commit
c5ebf28dc0
1 changed files with 2 additions and 2 deletions
4
build
4
build
|
@ -18,10 +18,10 @@ echo ">> Cleaning plugins..."
|
||||||
rm -rf pelican_plugins
|
rm -rf pelican_plugins
|
||||||
|
|
||||||
echo ">> Installing Plugins"
|
echo ">> Installing Plugins"
|
||||||
git clone --recursive https://github.com/getpelican/pelican-plugins pelican_plugins/
|
git clone --recursive https://github.com/getpelican/pelican-plugins --depth=1 pelican_plugins/
|
||||||
|
|
||||||
echo ">> Hot fixing..."
|
echo ">> Hot fixing..."
|
||||||
rm -rf pelican_plugins/pelican-jinja2content
|
rm -rf pelican_plugins/pelican-jinja2content
|
||||||
git clone https://github.com/RealOrangeOne/pelican-jinja2content pelican_plugins/pelican-jinja2content
|
git clone https://github.com/RealOrangeOne/pelican-jinja2content -b patch-1 --depth=1 pelican_plugins/pelican-jinja2content
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
Reference in a new issue