diff --git a/.drone.yml b/.drone.yml index 1480ef0e..4333058f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog - name: build - image: klakegg/hugo + image: klakegg/hugo:ext-alpine commands: - hugo