Skip to content

fix: send the variant as an argument to second fragment (#82) #60

fix: send the variant as an argument to second fragment (#82)

fix: send the variant as an argument to second fragment (#82) #60

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
java-version: 11
distribution: zulu
- name: Build docs
run: ./gradlew --no-daemon dokkaHtml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.