Skip to content

Commit 02b5710

Browse files
committed
Minor formatting adjustment in GitHub Actions documentation update workflow
- Add trailing comma to workflow_dispatch trigger - Improve YAML formatting consistency
1 parent 64fedbc commit 02b5710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Docs
33
on:
44
push:
55
pull_request:
6-
workflow_dispatch
6+
workflow_dispatch:
77

88
env:
99
PYTHON_VERSION: '3.8'

0 commit comments

Comments
 (0)