mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-02-24 04:24:03 +08:00
7 lines
85 B
Bash
7 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
ROOT=$(dirname $0)/../
|
||
|
cd $ROOT
|
||
|
|
||
|
cp index.json _site/index.json
|