From 64685d8383f5b295da64a9af347126f9fda8adfd Mon Sep 17 00:00:00 2001 From: markkilby Date: Sun, 3 Nov 2024 01:05:28 +0000 Subject: [PATCH] update workflow branch --- .github/workflows/static.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index be215a3..e0abbbe 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,14 +2,9 @@ name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch - # Originally intending to deploy and build on stackblitz - # But stackblitz won't bower install - # Nor seems happy with static deployed bower dependencies with no bower install - # So switching to github pages with static bower dependencies - # Perhaps the next step is to look at github actions to run a build then deploy + # Runs on pushes targeting the specified branch push: - branches: ["4-deploy-to-stackblitz"] + branches: ["4-deploy-local-and-gitpages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: