Skip to content

Commit

Permalink
Fix githubpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Oct 9, 2023
1 parent 78001f6 commit 5e9ab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtml
arguments: -Pversion=${{ github.event.release.tag_name }} htmlMultiModule

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5e9ab39

Please sign in to comment.