mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 02:25:56 +08:00
👷 update ci
This commit is contained in:
parent
36e6f5b5c1
commit
4a961d8584
2
.github/workflows/site_deploy.yml
vendored
2
.github/workflows/site_deploy.yml
vendored
@ -45,7 +45,7 @@ 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 ${BRANCH_NAME}@${{ github.event.push.after }}"
|
args: deploy --dir=docs/.vuepress/dist --prod --message "Production ${{ env.BRANCH_NAME }}@${{ github.event.push.after }}"
|
||||||
env:
|
env:
|
||||||
NETLIFY_SITE_ID: ${{ env.SITE_ID }}
|
NETLIFY_SITE_ID: ${{ env.SITE_ID }}
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user