We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c1c87 commit 8cbe07dCopy full SHA for 8cbe07d
1 file changed
.github/workflows/docs-deploy.yml
@@ -77,15 +77,15 @@ jobs:
77
include-prerelease: true
78
79
- name: 🛠️ Building bUnit
80
- run: dotnet build /p:PublicRelease=true
+ run: dotnet build bUnit.sln /p:PublicRelease=true
81
82
- name: 🛠️ Verfiy docs samples
83
run: dotnet test docs/samples/samples.sln
84
85
- name: 🛠️ Building docs
86
- run: |
87
- dotnet build docs/site/
88
+ uses: nikeee/docfx-action@v1.0.0
+ with:
+ args: docs/site/docfx.json
89
90
- name: 🛠️ Deploy to GitHub Pages
91
if: success()
0 commit comments