mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
Merge branch 'main' into release/4.0.0
This commit is contained in:
commit
f238d420f4
1
.github/workflows/docfx.yml
vendored
1
.github/workflows/docfx.yml
vendored
@ -3,6 +3,7 @@ name: DocFX
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docfx:
|
docfx:
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"src": "../",
|
"src": "../",
|
||||||
"files": [
|
"files": [
|
||||||
"X10D/**/**.csproj",
|
"X10D/**/**.csproj",
|
||||||
|
"X10D.Hosting/**/**.csproj",
|
||||||
"X10D.Unity/**/**.csproj"
|
"X10D.Unity/**/**.csproj"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user