We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e925a commit f604b38Copy full SHA for f604b38
.github/workflows/module_docs_ci.yml
@@ -6,12 +6,20 @@ on:
6
- 'vlib/**.v'
7
- 'vlib/**.md'
8
- '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'
13
- '**/module_docs_ci.yml'
14
push:
15
paths:
16
17
18
19
20
21
22
23
24
25
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
0 commit comments