portal/compile.sh

5 lines
101 B
Bash
Raw Normal View History

2020-01-25 15:53:05 +01:00
#!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
2020-01-25 13:03:42 +01:00
bundle exec jekyll build