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 66031ea commit 3926568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations ######
app_location: "src" # 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
app_location: "app" # 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 ######

close_pull_request_job:
Expand Down

0 comments on commit 3926568

Please sign in to comment.