Skip to content

Commit

Permalink
Removed duplicate dokka workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jul 21, 2023
1 parent f58a34e commit 5f92f77
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5f92f77

Please sign in to comment.