From b3c3094e5ccbcad12141a76350c55280d6f9fefc Mon Sep 17 00:00:00 2001 From: badcold <34814223+badcold@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:52:21 +0200 Subject: [PATCH] Update static.yml --- .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 d543456..b9c9160 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: ["gh-hosted"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: