From 35f13459325ba1012b24a5e148704d02f125cb7d Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Tue, 28 Jul 2020 11:33:10 +0200 Subject: [PATCH] Update documentation workflow --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d04f299..58e7795 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: - name: Generate documentation uses: SwiftDocOrg/swift-doc@master with: - inputs: "FirebladeECS" + inputs: "Sources/FirebladeECS" output: "Documentation" - name: Publish to wiki uses: SwiftDocOrg/github-wiki-publish-action@master