Skip to content

Commit 8cbe07d

Browse files
authored
Update docs-deploy.yml
1 parent d4c1c87 commit 8cbe07d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
include-prerelease: true
7878

7979
- name: 🛠️ Building bUnit
80-
run: dotnet build /p:PublicRelease=true
80+
run: dotnet build bUnit.sln /p:PublicRelease=true
8181

8282
- name: 🛠️ Verfiy docs samples
8383
run: dotnet test docs/samples/samples.sln
8484

8585
- name: 🛠️ Building docs
86-
run: |
87-
dotnet build docs/site/
88-
dotnet build docs/site/
86+
uses: nikeee/docfx-action@v1.0.0
87+
with:
88+
args: docs/site/docfx.json
8989

9090
- name: 🛠️ Deploy to GitHub Pages
9191
if: success()

0 commit comments

Comments
 (0)