4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
JEKYLL_ENV=production bundle exec jekyll build --profile --config _config.yml,_config_tailwind.yml
|