You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
262 B

#!/bin/bash
set -e
BASEURL="$(_scripts/get-baseurl.sh)"
echo -e "\n > setting baseurl to: $BASEURL"
echo "baseurl: \"$BASEURL\"" > _config-prod.yml
echo -e " > builidng documentation\n"
bundle exec jekyll build --config _config.yml,_config-prod.yml
echo ""