Skip to content

Commit

Permalink
fix: update workflow file to fix failing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
balagrivine committed Oct 18, 2024
1 parent 2723ea7 commit 5052b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations ######
app_location: "app" # App source code path relative to repository root
app_location: "/" # App source code path relative to repository root
#api_location: "api" # Api source code path relative to repository root - optional
#output_location: "public" # Built app content directory, relative to app_location - optional
###### End of Repository/Build Configurations ######
Expand Down

0 comments on commit 5052b14

Please sign in to comment.