Skip to content

Commit a17a591

Browse files
committed
update docs
1 parent 577db06 commit a17a591

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
# Add any build steps here. For example:
24-
# - run: npm run build
25-
- uses: FirebaseExtended/action-hosting-deploy@v1
24+
# - run: npm ci && npm run build
25+
- uses: FirebaseExtended/action-hosting-deploy@v0
2626
with:
2727
repoToken: "${{ secrets.GITHUB_TOKEN }}"
2828
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
@@ -53,8 +53,8 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v2
5555
# Add any build steps here. For example:
56-
# - run: npm run build
57-
- uses: FirebaseExtended/action-hosting-deploy@v1
56+
# - run: npm ci && npm run build
57+
- uses: FirebaseExtended/action-hosting-deploy@v0
5858
with:
5959
repoToken: "${{ secrets.GITHUB_TOKEN }}"
6060
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
@@ -107,7 +107,7 @@ example, you may want to deploy every commit from your `next` branch to a
107107

108108
### `entryPoint` _{string}_
109109

110-
The location of your [`firebase.json`](https://firebase.google.com/docs/cli#the_firebasejson_file) file. Defaults to `.` (the root of your repo).
110+
The location of your [`firebase.json`](https://firebase.google.com/docs/cli#the_firebasejson_file) file relative to the root of your repository. Defaults to `.` (the root of your repo).
111111

112112
---
113113

0 commit comments

Comments
 (0)