mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 00:18:47 +00:00
👷♂️ Specify project in DocFX CI
This commit is contained in:
parent
4fc287c06e
commit
0b8d485514
2
.github/workflows/docfx.yml
vendored
2
.github/workflows/docfx.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
curl -L https://github.com/dotnet/docfx/releases/latest/download/docfx.zip -o docfx.zip
|
curl -L https://github.com/dotnet/docfx/releases/latest/download/docfx.zip -o docfx.zip
|
||||||
unzip -d .docfx docfx.zip
|
unzip -d .docfx docfx.zip
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: dotnet run .docfx/docfx.exe
|
run: dotnet run .docfx/docfx.exe --project X10D.sln
|
Loading…
Reference in New Issue
Block a user