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:
Delyan Angelov 2025-08-01 11:50:10 +03:00
parent 35e925a2f1
commit f604b38cf8

View File

@ -6,12 +6,20 @@ on:
- 'vlib/**.v' - 'vlib/**.v'
- 'vlib/**.md' - 'vlib/**.md'
- 'cmd/tools/vdoc/**.v' - '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' - '**/module_docs_ci.yml'
push: push:
paths: paths:
- 'vlib/**.v' - 'vlib/**.v'
- 'vlib/**.md' - 'vlib/**.md'
- 'cmd/tools/vdoc/**.v' - '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' - '**/module_docs_ci.yml'
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.