From a3f79d3547a074b1f6b84234d59f1cd34d98f85d Mon Sep 17 00:00:00 2001 From: Yangshun Date: Sun, 30 May 2021 18:24:27 +0800 Subject: [PATCH] misc: rename actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92e428947..e2af7688c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - uses: webfactory/ssh-agent@v0.5.0 with: ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} - - name: Release to GitHub Pages + - name: Deploy to GitHub Pages env: USE_SSH: true GIT_USER: git