SchildiChat-android/upstream_.github/workflows/docs.yml
SpiritCroc b79db7b840 Automatic upstream merge postprocessing
Change-Id: I07058b251c3bc2bcf4a148bf1e1edc9490a8009f
2024-08-02 17:59:22 +02:00

22 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@v4
- 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