Skip to content

Commit 45cbec7

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/update-docs.yml

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

3332
- name: 'Set up Cloud SDK'
3433
uses: 'google-github-actions/setup-gcloud@v1'
@@ -43,4 +42,4 @@ jobs:
4342
run: "gcloud config set project react-native-header"
4443

4544
- name: "Deploy"
46-
run: "yarn deploy"
45+
run: "yarn deploy --service-account ${{ env.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 the installation instructions on their respective documentation pages.
31+
If you haven't installed these libraries yet, please follow their respective installation instructions.
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)