portal/compile.sh
Patrick Tschuchnig 3789337a0d ...
2020-01-25 15:58:09 +01:00

5 lines
101 B
Bash
Executable File

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