👷 update ci

This commit is contained in:
yanyongyu 2021-02-10 12:02:12 +08:00
parent 36e6f5b5c1
commit 4a961d8584

View File

@ -45,7 +45,7 @@ jobs:
- name: Publish
uses: netlify/actions/cli@master
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:
NETLIFY_SITE_ID: ${{ env.SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}