From e39f5a33312a4ca77ff8b80587bb93e9ea4faf55 Mon Sep 17 00:00:00 2001 From: Daisy Riley Date: Fri, 19 Jan 2024 17:16:23 +0000 Subject: [PATCH] typo --- .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 12069db4..56374ee4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy VitePress site to Pages on: # Runs on pushes targeting the `main` branch. Should be default branch push: - branches: [temp_github_action] + branches: [temp_gh_action] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: