Skip to content

chore(ci): Updated actions (#61) #59

chore(ci): Updated actions (#61)

chore(ci): Updated actions (#61) #59

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.