From cd5947b528bbc7c25f08bee8bda405ae931492ee Mon Sep 17 00:00:00 2001 From: Forrest Weigel Date: Sat, 25 May 2024 16:28:06 -0500 Subject: [PATCH] firebase automatic deployments test 2 --- .github/workflows/firebase-hosting-merge.yml | 1 - .github/workflows/firebase-hosting-pull-request.yml | 1 - scripts.ts | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 8f23a42..6943762 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index aa2519c..4143055 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,7 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/scripts.ts b/scripts.ts index 738662b..e69de29 100644 --- a/scripts.ts +++ b/scripts.ts @@ -1 +0,0 @@ -console.log(`here`) \ No newline at end of file