We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e3c7e + 988c450 commit baec3bcCopy full SHA for baec3bc
.github/workflows/clean-repo.yml
@@ -29,9 +29,9 @@ jobs:
29
uses: dotnet/docs-tools/cleanrepo@main
30
with:
31
function: "FindOrphanedImages"
32
- docfx_directory: "."
+ docfx_directory: "docs"
33
target_directory: "docs"
34
- url_base_path: "/dotnet"
+ url_base_path: "/visualstudio"
35
36
# Create the PR for the work done by the "clean repo" tool
37
- name: create-pull-request
0 commit comments