Skip to content

Commit 98483e2

Browse files
committed
doc: fixed doc update trigger
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent c0dd581 commit 98483e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
paths:
1212
- docs/**
1313
- hack/doc-site/**
14-
- .github/workflows/update-doc.yaml
14+
- .github/workflows/update-doc.yml
1515

1616
pull_request:
1717
paths:
1818
- docs/**
1919
- hack/doc-site/**
20-
- .github/workflows/update-doc.yaml
20+
- .github/workflows/update-doc.yml
2121

2222
concurrency:
2323
group: "pages"

0 commit comments

Comments
 (0)