Skip to content

Commit 3970817

Browse files
authored
Fix invalid key in deploy-website.yml (#1532)
1 parent f8ebe87 commit 3970817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: docs
33
on:
44
pull_request:
55
branches: [main]
6-
path:
6+
paths:
77
- 'flaml/*'
88
- 'website/*'
99
- '.github/workflows/deploy-website.yml'
1010
push:
1111
branches: [main]
12-
path:
12+
paths:
1313
- 'flaml/*'
1414
- 'website/*'
1515
- '.github/workflows/deploy-website.yml'

0 commit comments

Comments
 (0)