Skip to content

Commit

Permalink
Fix app_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Aug 1, 2023
1 parent 9421646 commit b535b28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-gallery-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
run: |
# Loop through the contents of the examples folder
for app_path in examples/*; do
echo "App Path: $app_path"
echo "Current Working Directory: $(pwd)"
if [ -d "$app_path" ]; then
app_name=$(basename "$app_path")
rsconnect deploy shiny "$app_name" -T $TOKEN -S $SECRET
rsconnect deploy shiny $app_path -T $TOKEN -S $SECRET
fi
done
env:
Expand Down

0 comments on commit b535b28

Please sign in to comment.