Update build-docfx.yml
This commit is contained in:
14
.github/workflows/build-docfx.yml
vendored
14
.github/workflows/build-docfx.yml
vendored
@@ -1,18 +1,8 @@
|
|||||||
name: Build & Publish Docfx
|
name: Build & Publish Docfx
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [ master ]
|
- cron: "0 0 * * 0"
|
||||||
paths:
|
|
||||||
- '**.cs'
|
|
||||||
- '**.csproj'
|
|
||||||
- '**.sln'
|
|
||||||
- '**.git**'
|
|
||||||
- '**.yml'
|
|
||||||
# no docs on which one of these is supposed to work, so
|
|
||||||
# why not just do both
|
|
||||||
- 'RobustToolbox'
|
|
||||||
- 'RobustToolbox/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docfx:
|
docfx:
|
||||||
|
|||||||
Reference in New Issue
Block a user