Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Fix a problem with new module docs titles
Also change the branch name for updating docs
  • Loading branch information
halilozercan committed Mar 1, 2024
1 parent 52e8835 commit 6dd580f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/richtext-commonmark.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6dd580f

Please sign in to comment.