mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-08-01 02:30:16 +00:00
👷 update ci
This commit is contained in:
2
.github/workflows/site_deploy.yml
vendored
2
.github/workflows/site_deploy.yml
vendored
@ -45,6 +45,6 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
uses: netlify/actions/cli@master
|
uses: netlify/actions/cli@master
|
||||||
with:
|
with:
|
||||||
args: deploy --dir=docs/.vuepress/dist --prod --message="Production|${{ env.BRANCH_NAME }}@${{ github.sha }}"
|
args: deploy --dir=docs/.vuepress/dist --prod --message='Production ${{ env.BRANCH_NAME }}@${{ github.sha }}'
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user