From 1f9fbe973b4d526d9f7946dd098803f82ab5bc24 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 25 Sep 2020 11:44:26 +0100 Subject: [PATCH 1/3] Use upstream `swift-doc` with prebuilt Docker image Thanks to https://github.com/SwiftDocOrg/swift-doc/issues/111 we probably no longer need to use a forked version of `swift-doc`. --- .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 04a0476a4..3efb89da4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ name: Documentation on: push: - branches: [master] +# branches: [master] jobs: swift-doc: @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Generate Documentation - uses: MaxDesiatov/swift-doc@prebuilt-image + uses: SwiftDocOrg/swift-doc@master with: inputs: "Sources" module-name: JavaScriptKit From 0b6fb71437f217343f10ecfe9412123b4abc4e2a Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 25 Sep 2020 11:46:26 +0100 Subject: [PATCH 2/3] Update documentation.yml --- .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 3efb89da4..d34de490d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ name: Documentation on: push: -# branches: [master] + branches: [master] jobs: swift-doc: From 1c002b4d63f17da4862eb04a31c466468da2454c Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 25 Sep 2020 11:46:45 +0100 Subject: [PATCH 3/3] Update documentation.yml --- .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 d34de490d..34f864ea2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ name: Documentation on: push: - branches: [master] + branches: [master] jobs: swift-doc: