Skip to content

Commit 152fc74

Browse files
committed
chore: update deploy docs actiom
1 parent 1004ac7 commit 152fc74

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types: [opened, synchronize, reopened, closed]
8+
types: [ closed]
99
branches:
1010
- main
1111

@@ -28,9 +28,11 @@ jobs:
2828
action: "upload"
2929
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
3030
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
31-
app_location: "apps/docs" # App source code path
31+
app_location: "/" # App source code path
3232
api_location: "" # Api source code path - optional
33-
output_location: "dist" # Built app content directory - optional
33+
output_location: "dist/apps/docs" # Built app content directory - optional
34+
app_build_command: "npx nx build docs"
35+
3436
###### End of Repository/Build Configurations ######
3537

3638
close_pull_request_job:

0 commit comments

Comments
 (0)