Only rebuild docs if the docs folder changes
This commit is contained in:
parent
0ee22813fa
commit
2e8d044ca5
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Build and deploy site to GitHub Pages
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user