Skip to content

Commit 893e5f4

Browse files
committed
Add code changes to documentation workflow
We're creating generated documention, so we need to rebuild on code changes.
1 parent c27cde5 commit 893e5f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
paths:
1010
- docs/**
1111
- fluent.*/docs/**
12+
- fluent.*/fluent/**
1213
- fluent.*/setup.cfg
1314
pull_request:
1415
branches:
1516
- master
1617
paths:
1718
- docs/**
1819
- fluent.*/docs/**
20+
- fluent.*/fluent/**
1921
- fluent.*/setup.cfg
2022

2123
jobs:

0 commit comments

Comments
 (0)