Skip to content

Commit 14074bd

Browse files
authored
Update publish-docs.yml
1 parent f5b66b2 commit 14074bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
4848
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
4949
with:
50-
docs_directory: metro-ai-suite/smart-parking
50+
docs_directory: metro-ai-suite/metro-vision-ai-app-recipe/smart-parking
5151

5252
build_smart-intersection:
5353
permissions:
@@ -61,7 +61,7 @@ jobs:
6161
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
6262
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
6363
with:
64-
docs_directory: metro-ai-suite/smart-intersection
64+
docs_directory: metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection
6565
branch_pattern: '^main$' # Smart Intersection only exists on 'main' branch
6666

6767
build_loitering-detection:
@@ -76,7 +76,7 @@ jobs:
7676
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
7777
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
7878
with:
79-
docs_directory: metro-ai-suite/loitering-detection
79+
docs_directory: metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection
8080

8181
build_pallet-defect-detection:
8282
permissions:
@@ -147,4 +147,4 @@ jobs:
147147
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
148148
with:
149149
docs_directory: manufacturing-ai-suite/wind-turbine-anomaly-detection
150-
branch_pattern: '^main$' # Wind Turbine Anomaly Detection only exists on 'main' branch
150+
branch_pattern: '^main$' # Wind Turbine Anomaly Detection only exists on 'main' branch

0 commit comments

Comments
 (0)