schildichat-android/upstream_.github/workflows/docs.yml
SpiritCroc 47a01fbd80 Automatic upstream merge postprocessing
Change-Id: Ic8782cf421a932bd980a6a6ed3551d71fc17abec
2024-06-29 10:50:09 +02:00

23 lines
501 B
YAML

name: Documentation
on:
push:
branches: [ develop ]
jobs:
docs:
name: Generate and publish Android Matrix SDK documentation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build docs
run: ./gradlew dokkaHtml
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./matrix-sdk-android/build/dokka/html