mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Update build scripts with recent changes
This commit is contained in:
parent
3280a2fe41
commit
78da28ce3b
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin
|
||||
|
||||
source /etc/profile.d/rvm.sh
|
||||
|
||||
# Set variables and create temporary directories
|
||||
LANGS=('ar' 'bg' 'bn' 'ca' 'cs' 'da' 'de' 'el' 'es' 'fa' 'fr' 'hi' 'hr' 'hu' 'id' 'it' 'ja' 'ko' 'lv' 'ml' 'nl' 'no' 'pl' 'pt_BR' 'ro' 'ru' 'sl' 'sr' 'sv' 'tr' 'uk' 'zh_CN' 'zh_TW')
|
||||
WORKDIR=`mktemp -d`
|
||||
|
@ -91,6 +93,7 @@ done
|
|||
# Build website in a child process
|
||||
(
|
||||
cd $WORKDIR
|
||||
bundle install
|
||||
ENABLED_PLUGINS='alerts redirects releases' make build && touch "$WORKDIR/_builddone" || touch "$WORKDIR/_buildfail"
|
||||
)&
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue