mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Only rebuild docs if the docs folder changes
This commit is contained in:
parent
0ee22813fa
commit
2e8d044ca5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
name: Build and deploy site to GitHub Pages
|
name: Build and deploy site to GitHub Pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- "docs/**"
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue