File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ' fix/*'
8
8
- ' feature/*'
9
9
paths :
10
+ - ' **'
10
11
- ' !docs/**'
11
12
12
13
pull_request :
13
14
branches :
14
15
- main
15
16
paths :
17
+ - ' **'
16
18
- ' !docs/**'
17
19
18
20
repository_dispatch :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Verify & Publish Documentation
2
2
3
3
on :
4
4
push :
5
+ paths :
6
+ - ' docs/**'
5
7
pull_request :
6
8
paths :
7
9
- ' docs/**'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pwsh build.ps1 -Target Preview-Documentation
40
40
41
41
After pressing enter, the documentation will be generated and then served under
42
42
a local web server. Information about the URL that can be used to view the docs
43
- will be shown in the output. Copy/paste this URL into a browser window.
43
+ will be shown in the output. Copy/paste this URL into a browser window.
44
44
45
45
[ gitversion.net ] : https://gitversion.net/
46
46
[ forking ] : https://guides.github.com/activities/forking/
You can’t perform that action at this time.
0 commit comments