From 6dd580ffa708aee4511c303100db5947d6f2942d Mon Sep 17 00:00:00 2001 From: Halil Ozercan Date: Fri, 1 Mar 2024 15:17:38 +0000 Subject: [PATCH] Update docs Fix a problem with new module docs titles Also change the branch name for updating docs --- .github/workflows/docs.yml | 6 +++--- docs/richtext-commonmark.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3fc96a74..576d52e5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,12 +2,12 @@ name: Doc Site on: release: - # Only build docs when a new release is created, so the API docs don't get out of date. + # Build docs when a new release is created, so the API docs don't get out of date. types: [ published ] push: branches: - # Build the branch that introduced this config, for testing. - - zachklipp/mkdocs + # A specific branch to only update docs without going through a release cycle + - docs jobs: deploy: diff --git a/docs/richtext-commonmark.md b/docs/richtext-commonmark.md index ce0f7ad2..fa149aae 100644 --- a/docs/richtext-commonmark.md +++ b/docs/richtext-commonmark.md @@ -1,4 +1,4 @@ -# Markdown +# Commonmark Markdown [![Android Library](https://img.shields.io/badge/Platform-Android-green.svg?style=for-the-badge)](https://developer.android.com/studio/build/dependencies) [![JVM Library](https://img.shields.io/badge/Platform-JVM-red.svg?style=for-the-badge)](https://kotlinlang.org/docs/mpp-intro.html)