Skip to content

Commit baec3bc

Browse files
authored
Merge pull request #14254 from MicrosoftDocs/ghogen-patch-227103
Update clean-repo.yml for directory and URL changes
2 parents f1e3c7e + 988c450 commit baec3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clean-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "FindOrphanedImages"
32-
docfx_directory: "."
32+
docfx_directory: "docs"
3333
target_directory: "docs"
34-
url_base_path: "/dotnet"
34+
url_base_path: "/visualstudio"
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request

0 commit comments

Comments
 (0)