From 48952679c9a16c3ca7975b2d25d5adc3a0d59a87 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Tue, 10 Dec 2024 13:48:38 -0500 Subject: [PATCH] add some notes --- .github/workflows/firebase-hosting-pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 277a5d7d..a5f04933 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -1,5 +1,8 @@ # This file was auto-generated by the Firebase CLI # https://github.com/firebase/firebase-tools +# Run - yarn firebase login +# Run - yarn firebase init hosting (new) +# Run - yarn firebase init hosting:github (only if hosting has previously been setup) name: Deploy to Firebase Hosting on PR