File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Doc Site
22
33on :
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
1212jobs :
1313 deploy :
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments