Skip to content

Commit 24366da

Browse files
authored
Update CI-CD-Docs.yml
1 parent bafe69f commit 24366da

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
uses: cschleiden/replace-tokens@v1
2525
with:
2626
files: '["docs/*.md", "docs/**/*.md", "*.csproj", "**/*.csproj"]'
27-
- uses: actions/setup-dotnet@v1
27+
- uses: nikeee/docfx-action@master
28+
name: Build Documentation
2829
with:
29-
dotnet-version: '3.1.101'
30-
- name: Build docs
31-
run: dotnet build docs/
30+
args: docs/docfx.json
3231
- name: Deploy
3332
uses: JamesIves/github-pages-deploy-action@releases/v3
3433
with:

0 commit comments

Comments
 (0)