From 2e8d044ca5b5b97febf3c55f659874090d117cf4 Mon Sep 17 00:00:00 2001 From: Ske Date: Wed, 24 Jun 2020 17:21:35 +0200 Subject: [PATCH] Only rebuild docs if the docs folder changes --- .github/workflows/ghpages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index b4a0dc94..d9074148 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -1,6 +1,8 @@ name: Build and deploy site to GitHub Pages on: push: + paths: + - "docs/**" branches: - main jobs: