Skip to content

Commit

Permalink
Fix action-trigger to also build on docs-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Oct 12, 2024
1 parent 60b0138 commit 31bcc76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,6 +14,7 @@ on:
branches:
- main
paths:
- 'docs/**'
- 'vocabularies/**.ttl'
workflow_dispatch:

Expand Down

0 comments on commit 31bcc76

Please sign in to comment.