Skip to content

Add Tree.Edit benchmark and improve performance (#137) #92

Add Tree.Edit benchmark and improve performance (#137)

Add Tree.Edit benchmark and improve performance (#137) #92

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches: [ "main" ]
jobs:
deploy-to-github-pages:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- run: ./gradlew dokkaHtml
- uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: yorkie/build/dokka/html
target-folder: ./docs