Skip to content

Commit 619241b

Browse files
committed
Fix workflow
1 parent 1d15f53 commit 619241b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- 'doc/markdown/**'
1212
- 'doc/mkdocs/**'
1313
- '.github/workflows/deploy-mkdocs.yml'
14-
workflow_dispatch: # Allow manual trigger
14+
workflow_dispatch:
15+
# Allow manual trigger
1516

1617
permissions:
1718
contents: write

0 commit comments

Comments
 (0)