Only rebuild docs if the docs folder changes

This commit is contained in:
Ske 2020-06-24 17:21:35 +02:00
parent 0ee22813fa
commit 2e8d044ca5

View File

@ -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: