Fixed building docs theme
This commit is contained in:
@ -541,6 +541,15 @@ steps:
|
||||
- git submodule update --init
|
||||
- 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
|
||||
image: monachus/hugo:v0.54.0
|
||||
pull: true
|
||||
|
2
docs/themes/vikunja
vendored
2
docs/themes/vikunja
vendored
Submodule docs/themes/vikunja updated: aca65b5b00...99f9cbf56b
Reference in New Issue
Block a user