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
View File
@@ -57,6 +57,7 @@ def clean() -> None:
@app.command()
def build() -> None:
subprocess.run(shlex.split('git submodule update --remote --merge'))
pelican_run()