mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
ci: trigger updates to the module docs, even if just only the static files for the doc generator are changed
This commit is contained in:
parent
35e925a2f1
commit
f604b38cf8
8
.github/workflows/module_docs_ci.yml
vendored
8
.github/workflows/module_docs_ci.yml
vendored
@ -6,12 +6,20 @@ on:
|
||||
- 'vlib/**.v'
|
||||
- 'vlib/**.md'
|
||||
- 'cmd/tools/vdoc/**.v'
|
||||
- 'cmd/tools/vdoc/theme/**.js'
|
||||
- 'cmd/tools/vdoc/theme/**.css'
|
||||
- 'cmd/tools/vdoc/theme/**.svg'
|
||||
- 'cmd/tools/vdoc/theme/**.html'
|
||||
- '**/module_docs_ci.yml'
|
||||
push:
|
||||
paths:
|
||||
- 'vlib/**.v'
|
||||
- 'vlib/**.md'
|
||||
- 'cmd/tools/vdoc/**.v'
|
||||
- 'cmd/tools/vdoc/theme/**.js'
|
||||
- 'cmd/tools/vdoc/theme/**.css'
|
||||
- 'cmd/tools/vdoc/theme/**.svg'
|
||||
- 'cmd/tools/vdoc/theme/**.html'
|
||||
- '**/module_docs_ci.yml'
|
||||
|
||||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
|
||||
|
Loading…
x
Reference in New Issue
Block a user