4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
|
|
JEKYLL_ENV=production bundle exec jekyll build --profile --config _config.yml
|