mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-12 23:52:26 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6f5cb3cc9 |
@@ -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,21 +10979,21 @@
|
|||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "nonebot_plugin_onething_monitor",
|
"module_name": "nonebot_plugin_voicevox_bridge",
|
||||||
"project_link": "nonebot-plugin-onething-monitor",
|
"project_link": "nonebot-plugin-voicevox-bridge",
|
||||||
"author_id": 86997355,
|
"author_id": 110277305,
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"label": "网心云",
|
"label": "TTS",
|
||||||
"color": "#b36a12"
|
"color": "#ea5252"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "定时检测",
|
"label": "VOICEVOX",
|
||||||
"color": "#f1ec54"
|
"color": "#20c604"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "多账号",
|
"label": "func",
|
||||||
"color": "#f1ed7d"
|
"color": "#fdffc2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_official": false
|
"is_official": false
|
||||||
|
|||||||
Reference in New Issue
Block a user