Skip to content

Commit e6bb14d

Browse files
committed
chore: introduce small doc change to re-trigger build
1 parent d501d58 commit e6bb14d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: "google-github-actions/auth@v1"
2929
with:
3030
credentials_json: "${{ secrets.GCP_SA_KEY }}"
31+
service_account: "${{ env.GCP_SA_EMAIL }}"
3132

3233
- name: 'Set up Cloud SDK'
3334
uses: 'google-github-actions/setup-gcloud@v1'

docs/docs/01-getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before you can use `react-native-header`, you need to have the following librari
2828
- [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
2929
- [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context)
3030

31-
If you haven't installed these libraries yet, please follow their respective installation instructions.
31+
If you haven't installed these libraries yet, please follow the installation instructions on their respective documentation pages.
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)