From 1e6c915afa390ce69d6d3494ab33ea1c4c98a4df Mon Sep 17 00:00:00 2001 From: MarcoDotIO Date: Tue, 10 Oct 2023 14:24:57 -0400 Subject: [PATCH 1/3] Update documentation.yml --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ceb6b67..983815d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,16 +14,16 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - uses: actions/checkout@v1 - name: Generate Documentation uses: SwiftDocOrg/swift-doc@master with: inputs: "Sources" + module-name: MyLibrary output: "Documentation" - name: Upload Documentation to Wiki uses: SwiftDocOrg/github-wiki-publish-action@v1 with: path: "Documentation" env: - GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} \ No newline at end of file + GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} From 2d2eb0328c2bec7dfea99f2dc5d8e8728a841a72 Mon Sep 17 00:00:00 2001 From: MarcoDotIO Date: Tue, 10 Oct 2023 20:03:32 -0400 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 983815d..6b95b3c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Generate Documentation - uses: SwiftDocOrg/swift-doc@master + uses: SwiftDocOrg/swift-doc@1.0.0-rc.1 with: inputs: "Sources" module-name: MyLibrary From 724a61b1cbed7b4d8cd5ce332a1553826e1131cb Mon Sep 17 00:00:00 2001 From: MarcoDotIO Date: Tue, 10 Oct 2023 20:08:57 -0400 Subject: [PATCH 3/3] Update documentation.yml --- .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 6b95b3c..c5e7ae2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4.1.0 - name: Generate Documentation uses: SwiftDocOrg/swift-doc@1.0.0-rc.1 with: @@ -22,7 +22,7 @@ jobs: module-name: MyLibrary output: "Documentation" - name: Upload Documentation to Wiki - uses: SwiftDocOrg/github-wiki-publish-action@v1 + uses: SwiftDocOrg/github-wiki-publish-action@1.0.0 with: path: "Documentation" env: