Skip to content

Commit

Permalink
Fix dokka publish
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed May 1, 2022
1 parent a43c835 commit 5e3f66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./build/dokka/htmlMultiModule
publish_dir: ./geary-core/build/dokka/html
publish_dir: ./build/dokka/htmlMultiModule
# publish_dir: ./geary-core/build/dokka/html
force_orphan: true

- name: Get version from gradle
Expand Down

0 comments on commit 5e3f66f

Please sign in to comment.