From 5f92f77c12e8e26d48ad08bd62f2a347568e4b5f Mon Sep 17 00:00:00 2001 From: Christian Banse Date: Fri, 21 Jul 2023 14:11:29 +0200 Subject: [PATCH] Removed duplicate dokka workflow --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed908fc6a7..d73d035555 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,14 +147,6 @@ jobs: with: name: reports path: reports.zip - - name: Download old dokka versions - run: | - # make sure the previousDocs folder exists - mkdir previousDocs && cd previousDocs - # retrieve the previous documentation folders for each published version (this also includes "main") - wget -O - https://github.com/Fraunhofer-AISEC/cpg/archive/gh-pages.tar.gz | tar -xz --strip=2 cpg-gh-pages/dokka - # in order to avoid duplicate mains, remove the "main" version from the previous versions - rm -rf main - name: Publish if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'beta') && !contains(github.ref, 'alpha') run: |