Skip to content

Commit 870e0d1

Browse files
committed
chore: introduce small doc change to re-trigger build
1 parent 45cbec7 commit 870e0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: "gcloud config set project react-native-header"
4343

4444
- name: "Deploy"
45-
run: "yarn deploy --service-account ${{ env.GCP_SA_EMAIL }}"
45+
run: "yarn deploy --service-account ${{ vars.GCP_SA_EMAIL }}"

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)