Skip to content

Commit c28740f

Browse files
authored
Merge pull request #31 from azure-ai-foundry/python-tools-estraight
fixed references to docs instead of doc
2 parents f40f4f7 + 690ef3e commit c28740f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run-samples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
# -----------------------------------------------------------------
@@ -21,7 +21,7 @@ on:
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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
2828
2. Determine whether this repository is the best place for the contribution.
2929

@@ -48,7 +48,7 @@ contribute your changes.
4848
3. 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

0 commit comments

Comments
 (0)