Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Jul 23, 2023
2 parents 6311db1 + df985ac commit ae6aa14
Show file tree
Hide file tree
Showing 18 changed files with 724 additions and 655 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/readme_sync.yml
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
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*

Expand Down
123 changes: 0 additions & 123 deletions Docs/AdvancedAPI.md

This file was deleted.

Loading

0 comments on commit ae6aa14

Please sign in to comment.