diff options
| -rw-r--r-- | .github/workflows/maintain-one-comment.yml | 22 | ||||
| -rw-r--r-- | CNAME | 1 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | netlify.toml | 4 | ||||
| -rw-r--r-- | requirements.txt | 15 | ||||
| -rw-r--r-- | requirements_mkdocs.txt | 13 |
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 -->' @@ -1 +0,0 @@ -grps.retrofor.space
\ No newline at end of file @@ -13,6 +13,7 @@ [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml) [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml) + [](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 |
