squash: Remove bad submodule directory
Some checks failed
build static site / build (pull_request) Failing after 20s
Some checks failed
build static site / build (pull_request) Failing after 20s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
047b0643a5
commit
4d1e60b96c
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 themes/dot-hugo
|
||||
@git submodule init
|
||||
@git submodule update --recursive --remote
|
||||
|
|
Loading…
Reference in a new issue