Update submodules

This commit is contained in:
2021-04-14 00:19:39 -05:00
parent 63ee80ae98
commit 836a6a5809

@ -4,6 +4,11 @@ type: docker
name: Deploy to bbaovanc.com
steps:
- name: Update submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: Build site
image: mapitman/docker-hugo
commands: