Skip to content

Commit

Permalink
debug: trigger with template and typeof
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed Aug 22, 2024
1 parent 32c39d9 commit c629772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# - 'sites/!(template/**)/**'
on:
push:
branches: [main, dynamic-matrix]
Expand All @@ -17,6 +18,7 @@ jobs:

- name: Packages Changed
id: changes

with:
list-files: shell
filters: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_sites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
}

const allSites = JSON.parse(SITES);
console.log("SITES_CHANGED", SITES_CHANGED);
console.log("SITES_CHANGED", SITES_CHANGED, typeof SITES_CHANGED);
// if (doBuildAll) {
// }
/**
Expand Down

0 comments on commit c629772

Please sign in to comment.