From 4504499f6071b2b80169f01e541bb248d9ec45dd Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 22 Apr 2021 11:25:19 +0200 Subject: [PATCH] Switch building the docs to download the theme instead of building --- .drone1.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index 8d43ff89f..4a6ba561a 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -544,20 +544,15 @@ trigger: - main steps: - - name: submodules - image: docker:git - commands: - - git submodule update --init - - git submodule update --recursive --remote - - name: theme - image: kolaente/yarn + image: kolaente/toolbox pull: true group: build-static commands: + - mkdir docs/themes/vikunja -p - cd docs/themes/vikunja - - yarn --production=false - - ./node_modules/.bin/gulp prod + - wget https://dl.vikunja.io/theme/vikunja-theme.tar.gz + - tar -xzf vikunja-theme.tar.gz - name: build image: monachus/hugo:v0.54.0