fixed compile.sh..hopefully

This commit is contained in:
Patrick Tschuchnig 2020-01-25 15:53:05 +01:00
parent ad038d6221
commit 387b4f9131

View File

@ -1,3 +1,5 @@
#!/bin/zsh #!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
bundle exec jekyll build bundle exec jekyll build
bundle exec jekyll server bundle exec jekyll server