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.
1 parent 74be3b3 commit 69732f6Copy full SHA for 69732f6
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