Skip to content

Commit 76de84f

Browse files
authored
Update CI-CD-Docs.yml
1 parent 5c9b037 commit 76de84f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI-CD-Docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ on:
66
- master
77
paths-ignore:
88
- '!docs/**'
9+
- '.github/**'
910

1011
env:
1112
VERSION: '1.0.0-beta-6'
13+
BRANCH: "master"
14+
COMMIT: ""
1215

1316
jobs:
1417
build:
@@ -20,7 +23,7 @@ jobs:
2023
- name: Update tokens in project files
2124
uses: cschleiden/replace-tokens@v1
2225
with:
23-
files: '["*.md", "**/*.md"]'
26+
files: '["docs/*.md", "docs/**/*.md", "*.csproj", "**/*.csproj"]'
2427
- uses: actions/setup-dotnet@v1
2528
with:
2629
dotnet-version: '3.1.101'

0 commit comments

Comments
 (0)