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 34292f3 + 69732f6 commit cc8ccb1Copy full SHA for cc8ccb1
1 file changed
.github/workflows/docs-deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
env:
59
RELEASE-VERSION: ${{ steps.changelog_reader.outputs.version }}
60
with:
61
- files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
+ files: '["docs/site/docfx.json", "docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
62
63
- name: ⚙️ Setup dotnet versions
64
uses: actions/setup-dotnet@v3
0 commit comments