From 587a1bc03d482a5342fee214e285c0befb31c655 Mon Sep 17 00:00:00 2001 From: Siemen Sikkema Date: Tue, 11 Aug 2020 08:35:20 +0200 Subject: [PATCH] Fix documentation script (again) --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 15c8e8b..15416b3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - name: Generate Documentation uses: SwiftDocOrg/swift-doc@master with: - inputs: "Sources/Keychain" + inputs: "Sources" module-name: Keychain output: "Documentation" - name: Upload Documentation to Wiki @@ -21,4 +21,4 @@ jobs: with: path: "Documentation" env: - GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_ACCESS_TOKEN }} \ No newline at end of file + GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_ACCESS_TOKEN }} \ No newline at end of file