From 9be865fc7eda1fc34762b7b4e8b9b4d2a1573ca2 Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Sat, 5 Oct 2024 14:39:58 +0800 Subject: [PATCH] typo: gitee pages -> github pages --- .github/workflows/deploy_github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml index fe75e15b..1ea96b80 100644 --- a/.github/workflows/deploy_github_pages.yml +++ b/.github/workflows/deploy_github_pages.yml @@ -78,7 +78,7 @@ jobs: commit: "--amend" push: "--force" default_author: github_actions - message: "[bot] Build gitee pages" + message: "[bot] Build github pages" - name: Setup Github Pages uses: actions/configure-pages@v5