From 31bcc765e1829e5e9e993e40f5c2fdbea76d9377 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 12 Oct 2024 12:54:34 +0200 Subject: [PATCH] Fix action-trigger to also build on docs-changes --- .github/workflows/merge.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 4588a677..75cd6544 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -4,7 +4,8 @@ # - checkout gh-pages for updating # - create joined vocabulary file in addition to split version # - create excel-file from turtle -# - build docs +# - build pyLODE docs +# - build sphinx docs/site # - publish docs, vocabulary-turtle files and excel-file to gh-pages name: Build @@ -13,6 +14,7 @@ on: branches: - main paths: + - 'docs/**' - 'vocabularies/**.ttl' workflow_dispatch: