Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
publish doc folder to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Dec 13, 2022
1 parent 9b54e49 commit 839c190
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/release_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,21 @@ jobs:
- name: 'Publish SDK'
run: |
flutter pub publish -f
flutter pub publish -f
docs:
runs-on: ubuntu-latest
needs: [ publish ]
steps:
- name: Checkout
uses: actions/[email protected]

- name: Guide
uses: readmeio/[email protected]
with:
rdme: docs doc/guide --key=${{ secrets.README_API_KEY }}

- name: Ref
uses: readmeio/[email protected]
with:
rdme: docs doc/ref --key=${{ secrets.README_API_KEY }}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tiki_sdk_flutter
description: A package for adding TIKI's decentralized infrastructure to Flutter projects. Add tokenized data ownership, consent, and rewards to your app in minutes.
version: 0.0.18
version: 0.0.19
homepage: https://mytiki.com
documentation: https://docs.mytiki.com
repository: https://github.com/tiki/tiki-sdk-flutter
Expand All @@ -17,7 +17,7 @@ dependencies:
path_provider: ^2.0.11
sqlite3: ^1.9.1
sqlite3_flutter_libs: ^0.5.12
tiki_sdk_dart: ^0.0.12
tiki_sdk_dart: ^0.0.15

dev_dependencies:
integration_test:
Expand Down

0 comments on commit 839c190

Please sign in to comment.