[build] Build document site only if current PR modified files under docs (#1230)

This closes #343.
pull/1368/head
Dezhi Cai 3 years ago committed by GitHub
parent 8f6078d12a
commit 2aeffd7380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,8 @@ name: build_docs
# execute this docs build workflow automatically when new push happens in any branch
on:
push:
paths:
- 'docs/**'
jobs:

Loading…
Cancel
Save