Skip to content

Commit 53018d2

Browse files
committed
ci: update github actions for generate documentation
1 parent c5802c5 commit 53018d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/generate-locale-doc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- master
77
paths:
8-
- "src/translations.ts"
8+
- "i18n/index.ts"
9+
- "scripts/generate-translation-doc.ts"
910

1011
permissions:
1112
actions: read

.github/workflows/generate-theme-doc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
paths:
88
- "themes/index.ts"
9+
- "scripts/generate-theme-doc.ts"
910

1011
permissions:
1112
actions: read

0 commit comments

Comments
 (0)