adding submodule update to build command

This commit is contained in:
evilchili 2022-08-13 17:35:51 -07:00
parent e1025da16b
commit 671773ce99
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 870683f109132cd9a99f00aec6752a51e4a41438 Subproject commit 5deb508b2a82d2e647932d4c4f7f8056ef0bc775

View File

@ -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()