mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-12 23:52:26 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64e204f7ee |
@@ -56,7 +56,7 @@ jobs:
|
|||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v7
|
uses: codecov/codecov-action@v6
|
||||||
with:
|
with:
|
||||||
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
|
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
|
||||||
files: ./tests/coverage.xml
|
files: ./tests/coverage.xml
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: nwtgck/actions-netlify@v4
|
uses: nwtgck/actions-netlify@v3
|
||||||
with:
|
with:
|
||||||
publish-dir: "./website/build"
|
publish-dir: "./website/build"
|
||||||
production-deploy: true
|
production-deploy: true
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
id: deploy
|
id: deploy
|
||||||
uses: nwtgck/actions-netlify@v4
|
uses: nwtgck/actions-netlify@v3
|
||||||
with:
|
with:
|
||||||
publish-dir: ./website/build
|
publish-dir: ./website/build
|
||||||
production-deploy: false
|
production-deploy: false
|
||||||
|
|||||||
@@ -10979,12 +10979,12 @@
|
|||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "nonebot_plugin_group_historian",
|
"module_name": "nonebot_plugin_skland_cos",
|
||||||
"project_link": "nonebot-plugin-group-historian",
|
"project_link": "nonebot-plugin-skland-cos",
|
||||||
"author_id": 277260326,
|
"author_id": 207130548,
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"label": "ranking",
|
"label": "skland",
|
||||||
"color": "#ea5252"
|
"color": "#ea5252"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ toc_max_heading_level: 2
|
|||||||
|
|
||||||
### 🍻 插件发布
|
### 🍻 插件发布
|
||||||
|
|
||||||
- Plugin: 课程表插件 [@noneflow](https://github.com/noneflow) ([#4029](https://github.com/nonebot/nonebot2/pull/4029))
|
|
||||||
- Plugin: Just Enough Katakanas [@noneflow](https://github.com/noneflow) ([#4039](https://github.com/nonebot/nonebot2/pull/4039))
|
- Plugin: Just Enough Katakanas [@noneflow](https://github.com/noneflow) ([#4039](https://github.com/nonebot/nonebot2/pull/4039))
|
||||||
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
|
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
|
||||||
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))
|
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))
|
||||||
|
|||||||
Reference in New Issue
Block a user