From 05cc1f00677074e30a0f8fdebe41812e02e00d7d Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Tue, 28 Jul 2020 10:48:05 +0200 Subject: [PATCH] Use official tag --- .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 4d23c2d..2bc50e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Generate Documentation - uses: SwiftDocOrg/swift-doc@master + uses: SwiftDocOrg/swift-doc@1.0.0-beta.3 with: inputs: "Sources/FirebladeECS" output: "Documentation"