Skip to content

Commit

Permalink
Fix artifact path for Dokka docs in GitHub Pages workflow (#2435)
Browse files Browse the repository at this point in the history
Corrected the path for Dokka documentation artifacts.
  • Loading branch information
aSemy authored Aug 26, 2024
1 parent 51272df commit 8e5b6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
run: |
./gradlew :docs:dokkatooGeneratePublicationHtml
- name: Upload Dokkatoo to Pages
- name: Upload Dokka docs to Pages
uses: actions/upload-pages-artifact@v3
with:
path: ./build/docs/dokka/html/
path: ./docs/build/dokka/html/

deploy:
needs:
Expand Down

0 comments on commit 8e5b6dc

Please sign in to comment.