diff --git a/.github/workflows/deploy-gallery-apps.yaml b/.github/workflows/deploy-gallery-apps.yaml index 92180a2c8..c4130130e 100644 --- a/.github/workflows/deploy-gallery-apps.yaml +++ b/.github/workflows/deploy-gallery-apps.yaml @@ -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