Skip to content

Commit

Permalink
Dokka: ..maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Nov 24, 2023
1 parent d5fc614 commit d79aac1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ jobs:
dependency-graph: generate-and-submit

- name: Zip Dokka docs
uses: montudor/action-zip@v1
working-directory: build/dokka/

with:
args: zip -qq -r dokka.zip htmlMultiModule
working-directory: build/dokka/
run: zip -qq -r dokka.zip htmlMultiModule

- name: Disable parallel publish
if: contains(steps.project-version.outputs.version, '-SNAPSHOT')
Expand Down

0 comments on commit d79aac1

Please sign in to comment.