-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into development
- Loading branch information
Showing
18 changed files
with
724 additions
and
655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Sync `docs` directory to ReadMe | ||
|
||
# Run workflow for every push to the `main` branch | ||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
sync: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout this repo | ||
uses: actions/checkout@v3 | ||
|
||
# Run GitHub Action to sync docs in `documentation` directory | ||
- name: GitHub Action | ||
# We recommend specifying a fixed version, i.e. @7.5.0 | ||
# Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions | ||
uses: readmeio/[email protected] | ||
with: | ||
rdme: docs ./Docs --key=${{ secrets.README_SYNC_API_KEY }} --version=0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 6.10.3 | ||
Release date: *2023-05-02* | ||
|
||
- Update android SDK to 6.10.3 | ||
|
||
## 6.10.2 | ||
Release date: *2023-04-03* | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.