Skip to content

remove targetRobotImageSize, should be handeled by gui, not model. #67

remove targetRobotImageSize, should be handeled by gui, not model.

remove targetRobotImageSize, should be handeled by gui, not model. #67

name: docs
on:
push:
branches:
- master
- main
jobs:
publish-javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew dokkaHtml
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/dokka/html