squash: Remove bad submodule directory
Some checks failed
build static site / build (pull_request) Failing after 22s
Some checks failed
build static site / build (pull_request) Failing after 22s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
047b0643a5
commit
5491bdb9e8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -26,5 +26,6 @@ server: submodules $(HUGO_BIN)
|
|||
|
||||
submodules:
|
||||
@git submodule sync
|
||||
rm -rf themes/dot-hugo
|
||||
@git submodule init
|
||||
@git submodule update --recursive --remote
|
||||
|
|
Loading…
Reference in a new issue