Skip to content

Commit

Permalink
Fixed publish dokka to GitHub pages (#116)
Browse files Browse the repository at this point in the history
- added a gradle module name
  • Loading branch information
nulls authored Mar 6, 2024
1 parent c2364de commit 28b3416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/dokka/html
publish_dir: okio-extras/build/dokka/html
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/build/
/gradle/plugins/.gradle/
/gradle/plugins/build/
/core/build/
/okio-extras/build/

0 comments on commit 28b3416

Please sign in to comment.