From f4d623be2558a0b90fedde95f186281c992bb691 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Wed, 10 Feb 2021 12:09:37 +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 8582c908..4785fbae 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 ${{ env.BRANCH_NAME }}@${{ github.event.push.after }}" + args: deploy --dir=docs/.vuepress/dist --prod --message "Production ${{ github.sha }}" env: NETLIFY_SITE_ID: ${{ env.SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}