Skip to content

Commit

Permalink
Publish KDoc to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Feb 7, 2025
1 parent 205ed84 commit 674d881
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy API docs

on:
push:
branches:
- main
- master

workflow_dispatch:

jobs:
api-docs:
uses: dhis2/workflows/.github/workflows/publish-dokka-to-github-pages.yml@a0b4d50d9606c734b785451774a325846931f1ee
with:
java_version: 21
gradle_args: "-PremoveSnapshotSuffix"
output_folder: "api"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.hisp.dhis.lib.expression/expression-parser/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.hisp.dhis.lib.expression/expression-parser)
[![NPM Version](https://img.shields.io/npm/v/@dhis2/expression-parser)](https://www.npmjs.com/package/@dhis2/expression-parser)
[![KDoc link](https://img.shields.io/badge/API_reference-KDoc-blue)](https://dhis2.github.io/expression-parser/api/)

# Expression Parser

A parser for the DHIS2 expression language.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
dokka = "1.9.0"
dokka = "2.0.0"
nexusPublish = "2.0.0"
npmPublish = "3.5.2"
apiCompatibility ="0.17.0"
Expand Down

0 comments on commit 674d881

Please sign in to comment.