Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 32e1349

Browse files
author
Sean Quah
committed
Fix typo in developer docs GitHub workflow
Signed-off-by: Sean Quah <[email protected]>
1 parent 4c8ada3 commit 32e1349

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
needs:
8181
- pre
8282
steps:
83-
- uses: action/checkout@v3
83+
- uses: actions/checkout@v3
8484

8585
- name: "Set up Sphinx"
8686
uses: matrix-org/setup-python-poetry@v1

changelog.d/15336.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx.

0 commit comments

Comments
 (0)