From eef83c4bd07c3679b71f8c949e79433e64451e19 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Wed, 17 Jan 2024 17:00:18 +0800 Subject: [PATCH] fix: fix GitHub action trigger branch name (#396) --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c7d7aecdd..aaba3350a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["github/page"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: