portal/compile.sh
Patrick Tschuchnig 61b305618b edited script
2020-01-25 15:53:32 +01:00

7 lines
128 B
Bash
Executable File

#!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
bundle exec jekyll build
bundle exec jekyll server