Docs CI: Run pub get for drift as well

This commit is contained in:
Simon Binder 2022-07-05 10:23:34 +02:00
parent 12b855af9a
commit 5988408ac7
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 5 additions and 2 deletions

View File

@ -9,9 +9,12 @@ jobs:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.3
- name: Get dependencies
- name: Get dependencies (docs)
run: dart pub get
working-directory: docs
- name: Get dependencies (drift)
run: dart pub get
working-directory: drift
- name: Run build
env:
IS_RELEASE: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/latest-release' }}

View File

@ -34,7 +34,7 @@ up with the performance of key-value stores. Drift is the only major persistence
- __⚙️ Cross-Platform support__: Drift works on Android, iOS, macOS, Windows, Linux and the web. [This template](https://github.com/simolus3/drift/tree/develop/examples/app) is a Flutter todo app that works on all platforms
- __🗡️ Battle tested and production ready__: Drift is stable and well tested with a wide range of unit and integration tests. It powers production Flutter apps.
drift moor, persistence on Flutter is fun!
With drift, persistence on Flutter is fun!
__To start using drift, read our detailed [docs](https://drift.simonbinder.eu/docs/getting-started/).__