Skip to content

Commit f604b38

Browse files
committed
ci: trigger updates to the module docs, even if just only the static files for the doc generator are changed
1 parent 35e925a commit f604b38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/module_docs_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ on:
66
- 'vlib/**.v'
77
- 'vlib/**.md'
88
- 'cmd/tools/vdoc/**.v'
9+
- 'cmd/tools/vdoc/theme/**.js'
10+
- 'cmd/tools/vdoc/theme/**.css'
11+
- 'cmd/tools/vdoc/theme/**.svg'
12+
- 'cmd/tools/vdoc/theme/**.html'
913
- '**/module_docs_ci.yml'
1014
push:
1115
paths:
1216
- 'vlib/**.v'
1317
- 'vlib/**.md'
1418
- 'cmd/tools/vdoc/**.v'
19+
- 'cmd/tools/vdoc/theme/**.js'
20+
- 'cmd/tools/vdoc/theme/**.css'
21+
- 'cmd/tools/vdoc/theme/**.svg'
22+
- 'cmd/tools/vdoc/theme/**.html'
1523
- '**/module_docs_ci.yml'
1624

1725
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.

0 commit comments

Comments
 (0)