Skip to content

Commit 10b4525

Browse files
linkdotnetegil
authored andcommitted
fix: Use docfx.json as replacement target
1 parent c75e9bd commit 10b4525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
with:
6161
path: ./CHANGELOG.md
6262

63-
- name: 🛠️ Update tokens in project files
63+
- name: 🛠️ Update tokens in files
6464
uses: cschleiden/replace-tokens@v1
6565
with:
66-
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]'
66+
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/docfx.json", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]'
6767
env:
6868
RELEASE_VERSION: ${{ steps.changelog_reader.outputs.version }}
6969
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}

0 commit comments

Comments
 (0)