mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Compare commits
2 Commits
3e338eb2f5
...
5ff7b68b37
Author | SHA1 | Date | |
---|---|---|---|
5ff7b68b37 | |||
9aed06b533 |
1
.github/workflows/docfx.yml
vendored
1
.github/workflows/docfx.yml
vendored
@ -3,6 +3,7 @@ name: DocFX
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docfx:
|
||||
|
@ -6,6 +6,7 @@
|
||||
"src": "../",
|
||||
"files": [
|
||||
"X10D/**/**.csproj",
|
||||
"X10D.Hosting/**/**.csproj",
|
||||
"X10D.Unity/**/**.csproj"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user