Skip to content

Commit 29801f9

Browse files
committed
Docs: workflow
1 parent d8b32e3 commit 29801f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

1111
env:
12-
VERSION: ''
12+
VERSION: '1.0.0-beta-7'
1313

1414
jobs:
1515
build:
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
setAllVars: true
2424
- name: Setting VERSION
25-
run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
25+
run: echo "::set-env name=VERSION::NBGV_NuGetPackageVersion"
2626
- name: Update tokens in project files
2727
uses: cschleiden/replace-tokens@v1
2828
with:
29-
files: '["docs/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
29+
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
3030
- uses: actions/setup-dotnet@v1
3131
with:
3232
dotnet-version: '3.1.202'

0 commit comments

Comments
 (0)