aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/build.sh')
-rwxr-xr-xsite/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/build.sh b/site/build.sh
new file mode 100755
index 0000000..3ea17f4
--- /dev/null
+++ b/site/build.sh
@@ -0,0 +1,4 @@
1#!/bin/bash
2
3curl https://pixelstatic.jinwei.me/photos.json -o _data/photos.json
4jekyll build
Powered by cgit v1.2.3 (git 2.41.0)