Skip to content

FSMContext add methods getTypedData, setTypedData, updateTypedData, r… #35

FSMContext add methods getTypedData, setTypedData, updateTypedData, r…

FSMContext add methods getTypedData, setTypedData, updateTypedData, r… #35

Workflow file for this run

name: Docs
on:
push:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Build documentation with Dokka
run: ./gradlew dokkaHtml
- name: Deploy documentation to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_branch: gh-pages
publish_dir: ./alice-ktx/build/dokka/html