Skip to content

Commit

Permalink
update workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
moikaturns committed Nov 3, 2024
1 parent 6fea325 commit 64685d8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64685d8

Please sign in to comment.