Skip to content

Commit ef707dd

Browse files
committed
Fix docs workflow
1 parent 63b2407 commit ef707dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
paths:
88
- "docs/**"
9-
- "Tekst-Web/i18n/help/**"
9+
- "Tekst-Web/i18n/help/enUS/**"
1010
- ".github/workflows/docs.yml"
1111
workflow_dispatch:
1212

@@ -31,5 +31,6 @@ jobs:
3131
path: .cache
3232
restore-keys: |
3333
mkdocs-material-
34-
- run: pip install mkdocs-material=="9.*"
34+
- run: pip install mkdocs-material=="9.*" mkdocs-include-markdown-plugin=="7.*"
35+
- run: mkdir /includes && cp ../Tekst-Web/i18n/help/enUS /includes
3536
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)