mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-28 16:18:20 +08:00
Compare commits
No commits in common. "cc0a0cd23a616d24ac5e92eb0653359ae08db63d" and "b78e218bb623e33f2f6d435d31433fe59476a841" have entirely different histories.
cc0a0cd23a
...
b78e218bb6
@ -15,7 +15,7 @@ steps:
|
||||
- gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/
|
||||
- bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
|
||||
- bundle install
|
||||
- bundle exec jekyll build --trace
|
||||
- bundle exec jekyll build
|
||||
- bash scripts/copy_index_json.sh
|
||||
volumes:
|
||||
- name: dist
|
||||
|
@ -18,7 +18,7 @@
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
|
||||
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
|
||||
remote_theme : "mmistakes/minimal-mistakes@4.24.0"
|
||||
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
locale: "zh-CN"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user