Skip to content

Commit

Permalink
Put dokka docs on subpath /kt
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Sep 11, 2024
1 parent 21d7d71 commit bcb784b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ jobs:
${{ runner.os }}-maven-
- run: mvn dokka:dokka
working-directory: bound/kt
- run: mkdir _site && mv bound/kt/target/dokka _site/kt
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: bound/kt/target/dokka
path: _site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit bcb784b

Please sign in to comment.