edited script

This commit is contained in:
Patrick Tschuchnig 2020-01-25 15:53:32 +01:00
parent 387b4f9131
commit 61b305618b

View File

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