Skip to content

fix presence events handling (#164) #116

fix presence events handling (#164)

fix presence events handling (#164) #116

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 --no-configuration-cache
- uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: yorkie/build/dokka/html
target-folder: ./docs