Skip to content

feat: dokka setting final #10

feat: dokka setting final

feat: dokka setting final #10

Workflow file for this run

name: release
on:
push
# branches:
# - main
jobs:
release:
runs-on: ubuntu-latest
steps:
- run: echo "Starting Release"
name: set up JDK 17
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
name: checkout
- uses: actions/checkout@v4
name: permissions
- run: chmod +x gradlew
name: Build Documentation
- run: ./gradlew dokkaHtml
name: Deploy Documentation to GitHub Pages
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: compose/build/dokka/html
target-folder: docs/0.x/