Skip to content

Commit

Permalink
remove leading /
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Nov 3, 2024
1 parent 80f46c5 commit a3bedc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Build And Deploy
id: builddeploy
env:
CI: false
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
Expand All @@ -39,7 +41,7 @@ jobs:
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/swa" # App source code path
output_location: "/build" # Built app content directory - optional
output_location: "build" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pr:
Expand Down

0 comments on commit a3bedc6

Please sign in to comment.