aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-08-13 12:28:04 +0800
committer简律纯 <i@jyunko.cn>2023-08-13 12:28:04 +0800
commit5f3216a3005fbfe1281048f851468c560f53c60f (patch)
treef4aaf4aec7b344c65d28c2fd6cd1b44075f9374a
parent697e9157669e467f41c5cd4b542aee861b320712 (diff)
parent364eaa43b77b04e029358da1c9539337b9725786 (diff)
downloadinfini-5f3216a3005fbfe1281048f851468c560f53c60f.tar.gz
infini-5f3216a3005fbfe1281048f851468c560f53c60f.zip
Merge branch 'master' of https://github.com/HydroRoll-Team/HydroRollCore
-rw-r--r--.github/workflows/maintain-one-comment.yml22
-rw-r--r--CNAME1
-rw-r--r--README.md6
-rw-r--r--netlify.toml4
-rw-r--r--requirements.txt15
-rw-r--r--requirements_mkdocs.txt13
6 files changed, 46 insertions, 15 deletions
diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml
new file mode 100644
index 00000000..beed0cee
--- /dev/null
+++ b/.github/workflows/maintain-one-comment.yml
@@ -0,0 +1,22 @@
+name: Maintain One Comment
+
+on:
+ issues:
+ types: [opened, edited]
+ issue_comment:
+ types: [created, edited]
+ pull_request:
+ types: [assigned, opened, synchronize, edited]
+
+jobs:
+ comment:
+ runs-on: ubuntu-latest
+ steps:
+ - name: maintain-comment
+ uses: actions-cool/maintain-one-comment@v3
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ body: |
+ Hi 😀
+ emojis: '+1, laugh'
+ body-include: '<!-- Created by actions-cool/maintain-one-comment -->'
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 46082ee8..00000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-grps.retrofor.space \ No newline at end of file
diff --git a/README.md b/README.md
index 94d86dd2..f5538c25 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
[![.github/workflows/python-publish.yml](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml)
[![CodeQL](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml)
+ [![Netlify Status](https://api.netlify.com/api/v1/badges/edd25fa6-88b4-428f-b763-cb039bb08ef7/deploy-status)](https://app.netlify.com/sites/grps-v1/deploys)
</p>
@@ -48,6 +49,11 @@ class Myrule(Rules):
3. 合理修改你的 `config.toml` 配置文件,完成注册!
+### 🎍Sites
+https://grps.retrofor.space _(recommend)_
+https://grps-v1.netlify.app
+~~https://hydroroll-team.github.io/HydroRollCore/~~
+
## 📄 License
[MIT](https://github.com/HydroRoll-Team/HydroRollCore/blob/master/LICENSE) © 2023-PRESENT [简律纯](https://github.com/HsiangNianian)
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 00000000..37b79714
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,4 @@
+# netlify.toml
+[build]
+ command = "mkdocs build"
+ publish = "site"
diff --git a/requirements.txt b/requirements.txt
index 5aad892a..d074e98d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,14 @@
-Flask==2.3.2
+mkdocs
+mkdocs-material
+mkdocs-blog-plugin
+mkdocs-git-revision-date-localized-plugin>=1.0
+mkdocs-git-authors-plugin
+mkdocs-material-extensions>=1.1
+neoteroi-mkdocs
+pillow<11
+cairosvg>=2.5
+mkdocs-git-committers-plugin-2>=1.1.1
+lxml
+mkdocs-minify-plugin>=0.3
+mkdocs-rss-plugin>=1.1
+mkdocs-redirects>=1.0
diff --git a/requirements_mkdocs.txt b/requirements_mkdocs.txt
deleted file mode 100644
index ed207870..00000000
--- a/requirements_mkdocs.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-mkdocs-material
-mkdocs-blog-plugin
-mkdocs-git-revision-date-localized-plugin>=1.0
-mkdocs-git-authors-plugin
-mkdocs-material-extensions>=1.1
-neoteroi-mkdocs
-pillow<10
-cairosvg>=2.5
-mkdocs-git-committers-plugin-2>=1.1.1
-lxml
-mkdocs-minify-plugin>=0.3
-mkdocs-rss-plugin>=1.1
-mkdocs-redirects>=1.0