mirror of
https://github.com/yangbvv/yangbvv.github.io.git
synced 2025-12-17 15:25:21 +08:00
7 lines
80 B
Bash
7 lines
80 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "Building the example site..."
|
|
bundle exec jekyll build
|