From 7d9723662c6af6fd770ac4a6ce97c409c8298061 Mon Sep 17 00:00:00 2001 From: Dreamacro <8615343+Dreamacro@users.noreply.github.com> Date: Mon, 15 May 2023 21:55:52 +0800 Subject: [PATCH] Chore: upgrade actions/deploy-pages version --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index baeabc5..a289ccc 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -39,4 +39,4 @@ jobs: path: docs/.vitepress/dist - name: Deploy id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2