Skip to content

Commit ee3180d

Browse files
authored
Fixing github action workflows (backport #1428) (#1939)
1 parent e385fce commit ee3180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)