Skip to content

Commit f332e53

Browse files
committed
[skip ci] Fix docs glob pattern
* does not refer to nested files.
1 parent 1beb778 commit f332e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
branches:
55
- master
66
paths:
7-
- docs/*
7+
- docs/**
88
pull_request:
99
paths:
10-
- docs/*
10+
- docs/**
1111
jobs:
1212
pages:
1313
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)