We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df0df1 commit f2bc5f2Copy full SHA for f2bc5f2
1 file changed
.github/workflows/FrontendRelease.yml
@@ -33,7 +33,6 @@ jobs:
33
working-directory: ./apps/frontend
34
35
- name: Deploy to Azure Static Web Apps
36
- id: deploy
37
uses: Azure/static-web-apps-deploy@v1
38
with:
39
action: "upload"
@@ -42,3 +41,5 @@ jobs:
42
41
api_location: "" # Azure location where your API is deployed
43
app_location: "./apps/frontend" # Where the codebase is located
44
output_location: ".next" # The directory where the build output is generated
+ skip_app_build: true
45
+ skip_api_build: true
0 commit comments