mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
# usage: script/build-production
|
||
|
#
|
||
|
# Run the jekyll build
|
||
|
|
||
|
cd docs && bundle exec jekyll build
|