Update build-docfx.yml

This commit is contained in:
Zoldorf
2022-03-23 17:31:21 -06:00
committed by GitHub
parent 5dd0fbafa0
commit c6517abea1

View File

@@ -1,18 +1,8 @@
name: Build & Publish Docfx
on:
push:
branches: [ master ]
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/**'
schedule:
- cron: "0 0 * * 0"
jobs:
docfx: