Fixed building docs theme
This commit is contained in:
parent
886110a20a
commit
ed4c17892e
2 changed files with 10 additions and 1 deletions
|
@ -541,6 +541,15 @@ steps:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
|
- name: theme
|
||||||
|
image: kolaente/yarn
|
||||||
|
pull: true
|
||||||
|
group: build-static
|
||||||
|
commands:
|
||||||
|
- cd docs/themes/vikunja
|
||||||
|
- yarn --production=false
|
||||||
|
- ./node_modules/.bin/gulp
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: monachus/hugo:v0.54.0
|
image: monachus/hugo:v0.54.0
|
||||||
pull: true
|
pull: true
|
||||||
|
|
2
docs/themes/vikunja
vendored
2
docs/themes/vikunja
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit aca65b5b00eff2d0c50f6d5801c771d9a24a5e29
|
Subproject commit 99f9cbf56b5fa03fcf5b12d7e2836c9180dee3aa
|
Loading…
Reference in a new issue