Skip to content

Commit 12d4cd7

Browse files
authored
Merge pull request #138 from halilozercan/docs
Update docs
2 parents 52e8835 + 6dd580f commit 12d4cd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Doc Site
22

33
on:
44
release:
5-
# Only build docs when a new release is created, so the API docs don't get out of date.
5+
# Build docs when a new release is created, so the API docs don't get out of date.
66
types: [ published ]
77
push:
88
branches:
9-
# Build the branch that introduced this config, for testing.
10-
- zachklipp/mkdocs
9+
# A specific branch to only update docs without going through a release cycle
10+
- docs
1111

1212
jobs:
1313
deploy:

docs/richtext-commonmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Markdown
1+
# Commonmark Markdown
22

33
[![Android Library](https://img.shields.io/badge/Platform-Android-green.svg?style=for-the-badge)](https://developer.android.com/studio/build/dependencies)
44
[![JVM Library](https://img.shields.io/badge/Platform-JVM-red.svg?style=for-the-badge)](https://kotlinlang.org/docs/mpp-intro.html)

0 commit comments

Comments
 (0)