Skip to content

Commit 69732f6

Browse files
committed
ci: replace tokens in docfx.json too
1 parent 74be3b3 commit 69732f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
RELEASE-VERSION: ${{ steps.changelog_reader.outputs.version }}
6060
with:
61-
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
61+
files: '["docs/site/docfx.json", "docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
6262

6363
- name: ⚙️ Setup dotnet versions
6464
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)