Skip to content

Commit 586ec95

Browse files
authored
Fixing github action workflows (backport #1428) (#1938)
1 parent a7ec889 commit 586ec95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check docs build
33
# This will check if the docs build successfully by running `npm run build`
44
on:
55
pull_request:
6-
paths:
6+
paths:
77
- './docs'
88

99
jobs:

0 commit comments

Comments
 (0)