浏览代码

Fix typo in developer docs GitHub workflow (#15336)

Signed-off-by: Sean Quah <seanq@matrix.org>
Sean Quah 1 年之前
父节点
当前提交
2e936afd5f
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .github/workflows/docs.yaml
  2. 1 0
      changelog.d/15336.misc

+ 1 - 1
.github/workflows/docs.yaml

@@ -80,7 +80,7 @@ jobs:
     needs:
       - pre
     steps:
-      - uses: action/checkout@v3
+      - uses: actions/checkout@v3
 
       - name: "Set up Sphinx"
         uses: matrix-org/setup-python-poetry@v1

+ 1 - 0
changelog.d/15336.misc

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