Skip to content

Commit f2bc5f2

Browse files
committed
refactor: Skip app and API build in FrontendRelease workflow
1 parent 9df0df1 commit f2bc5f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/FrontendRelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
working-directory: ./apps/frontend
3434

3535
- name: Deploy to Azure Static Web Apps
36-
id: deploy
3736
uses: Azure/static-web-apps-deploy@v1
3837
with:
3938
action: "upload"
@@ -42,3 +41,5 @@ jobs:
4241
api_location: "" # Azure location where your API is deployed
4342
app_location: "./apps/frontend" # Where the codebase is located
4443
output_location: ".next" # The directory where the build output is generated
44+
skip_app_build: true
45+
skip_api_build: true

0 commit comments

Comments
 (0)