mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Fixing stuff
This commit is contained in:
parent
f258f0becb
commit
ab4826a57a
@ -33,7 +33,8 @@
|
|||||||
exclude: ^templates/(index|tipue_search)\.html$
|
exclude: ^templates/(index|tipue_search)\.html$
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: make-eslint
|
- id: eslint
|
||||||
|
name: eslint
|
||||||
language: system
|
language: system
|
||||||
entry: make eslint
|
entry: make eslint
|
||||||
files: ''
|
files: ''
|
||||||
|
@ -3,6 +3,7 @@ set -o pipefail -o errexit -o nounset -o xtrace
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/getpelican/pelican-plugins.git
|
git clone https://github.com/getpelican/pelican-plugins.git
|
||||||
|
cd pelican-plugins
|
||||||
git submodule update --init image_process representative_image tag_cloud
|
git submodule update --init image_process representative_image tag_cloud
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user