Skip to content

Update release-drafter/release-drafter action to v6 (#145) #137

Update release-drafter/release-drafter action to v6 (#145)

Update release-drafter/release-drafter action to v6 (#145) #137

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: ./gradlew dokkaHtmlMultiModule
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/gh-pages