👷 update ci

This commit is contained in:
yanyongyu 2021-02-10 12:23:52 +08:00
parent ad47c24b60
commit 17c7903bee

View File

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