Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Aug 1, 2023
1 parent 246d475 commit ceceb73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-gallery-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
}
# Loop through the contents of the examples folder
for app_path in examples/*; do
for app_path in $GITHUB_WORKSPACE/examples/*; do
if [ -d "$app_path" ]; then
echo "App Path: $app_path"
app_name=$(basename "$app_path")
deploy_shiny_app "$app_name"
fi
Expand Down

0 comments on commit ceceb73

Please sign in to comment.