We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633087f commit 9a49982Copy full SHA for 9a49982
1 file changed
.github/workflows/dotnetCi.yml
@@ -93,7 +93,7 @@ jobs:
93
name: Build results (NuGet)
94
path: packages/*.nupkg
95
- name: Build docs website
96
- run: docfx CSF.Extensions.WebDriver.Docs\docfx.json
+ run: docfx CSF.Extensions.WebDriver.Docs/docfx.json
97
- name: Upload docs website artifact
98
uses: actions/upload-artifact@v4
99
with:
0 commit comments