File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55# (e.g., SAI_UAI or UAI) that supplies its own PROJECT_CLIENT
66# secret. MODEL_DEPLOYMENT_NAME is shared across all setups.
77# The workflow can be started three ways:
8- # 1. Automatically on any PR that modifies docs -samples/agents/**
8+ # 1. Automatically on any PR that modifies doc -samples/agents/**
99# 2. Manually from the Actions tab / GitHub CLI (workflow_dispatch)
1010# 3. Via a slash-command comment in a PR ("/e2e <setup list>")
1111# -----------------------------------------------------------------
2121 - main
2222 # Only when sample code changes
2323 paths :
24- - docs -samples/agents/**
24+ - doc -samples/agents/**
2525
2626 # Run-button or gh CLI trigger
2727 workflow_dispatch :
@@ -208,7 +208,7 @@ jobs:
208208 PROJECT_CLIENT : ${{ secrets.PROJECT_CLIENT }}
209209 MODEL_DEPLOYMENT_NAME : ${{ secrets.MODEL_DEPLOYMENT_NAME }}
210210 run : |
211- pytest docs -samples/agents/python --maxfail=1 --disable-warnings
211+ pytest doc -samples/agents/python --maxfail=1 --disable-warnings
212212
213213 # ── Set up .NET SDK
214214 - name : Set up .NET SDK
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Help us keep this project open and inclusive. Please read and follow our [Code o
2323
2424### Before Making Code Changes
2525
26- 1 . Search the [ repository] ( https://github.com/azure-ai-foundry/docs -samples/pulls ) for an open or closed PR
26+ 1 . Search the [ repository] ( https://github.com/azure-ai-foundry/doc -samples/pulls ) for an open or closed PR
2727 that relates to your submission. You don't want to duplicate effort.
28282 . Determine whether this repository is the best place for the contribution.
2929
@@ -48,7 +48,7 @@ contribute your changes.
48483 . Add the original repository as a remote:
4949
5050 ``` shell
51- git remote add upstream https://github.com/azure-ai-foundry/docs -samples.git
51+ git remote add upstream https://github.com/azure-ai-foundry/doc -samples.git
5252 ```
5353
5454##### 2. Install Dev Dependencies
You can’t perform that action at this time.
0 commit comments