Skip to content

Commit 3e233dc

Browse files
committed
Add tidal empty state
1 parent 5515123 commit 3e233dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-merge-to-main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
detect-changes:
9+
deploy-widgets:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -28,6 +28,7 @@ jobs:
2828
- name: Deploy widgets
2929
run: |
3030
for folder in ${{ steps.changed.outputs.changed_folders }}; do
31+
echo "Checking $folder"
3132
if [ -f "$folder/vev.json" ]; then
3233
echo "Deploying $folder"
3334
(cd "$folder" && vev deploy -m "${{ github.sha }}")

0 commit comments

Comments
 (0)