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 77714a8 commit 9421646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gallery-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Deploy Shiny Apps
run: |
# Loop through the contents of the examples folder
for app_path in $GITHUB_WORKSPACE/examples/*; do
for app_path in examples/*; do
echo "App Path: $app_path"
echo "Current Working Directory: $(pwd)"
if [ -d "$app_path" ]; then
Expand Down

0 comments on commit 9421646

Please sign in to comment.