adding submodule update to build command
This commit is contained in:
parent
e1025da16b
commit
671773ce99
|
@ -1 +1 @@
|
||||||
Subproject commit 870683f109132cd9a99f00aec6752a51e4a41438
|
Subproject commit 5deb508b2a82d2e647932d4c4f7f8056ef0bc775
|
|
@ -57,6 +57,7 @@ def clean() -> None:
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
def build() -> None:
|
def build() -> None:
|
||||||
|
subprocess.run(shlex.split('git submodule update --remote --merge'))
|
||||||
pelican_run()
|
pelican_run()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user