From 3c4485453d1c50b8b34651d07b897415f3306d14 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 26 Sep 2024 07:14:26 -0700 Subject: [PATCH] Workflow dispatch (#24) --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de0c122..9cb039c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: push: # Runs on pushes targeting the default branch branches: [main] + workflow_dispatch: env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''`