Skip to content

Commit

Permalink
debug: trigger template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed Aug 22, 2024
1 parent c629772 commit 9c1f0d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
deps:
- 'package.json'
sites:
- 'sites/!(template/**)/**'
- 'sites/**'
packages:
- 'packages/**'
uses: dorny/paths-filter@v3

- name: Debug paths-filter
run: |
echo "sites files changed: ${{ steps.changes.outputs.sites_files }}"
- name: Transform Sites Changed
id: transformed-changes
run: |
Expand Down

0 comments on commit 9c1f0d6

Please sign in to comment.