forked from vikunja/website-old
Reconfigure drone to use the downloaded theme
This commit is contained in:
parent
216315f690
commit
486b4910c1
@ -17,9 +17,8 @@ steps:
|
||||
pull: true
|
||||
group: build-static
|
||||
commands:
|
||||
- cd themes
|
||||
- mkdir vikunja
|
||||
- cd vikunja
|
||||
- mkdir themes/vikunja -p
|
||||
- cd themes/vikunja
|
||||
- wget https://dl.vikunja.io/theme/vikunja-theme.tar.gz
|
||||
- tar -xzf vikunja-theme.tar.gz
|
||||
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ node_modules/
|
||||
dist/
|
||||
styles/
|
||||
.yarn-cache
|
||||
themes/vikunja/
|
||||
|
Loading…
x
Reference in New Issue
Block a user