From 4a961d8584d9b22e46ef14730d4f81b24ff27bdd Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Wed, 10 Feb 2021 12:02:12 +0800 Subject: [PATCH] :construction_worker: update ci --- .github/workflows/site_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index 68aa47df..8582c908 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -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 }}