diff --git a/.github/workflows/deploy-firebase.yaml b/.github/workflows/deploy-firebase.yaml deleted file mode 100644 index 9c86e6b..0000000 --- a/.github/workflows/deploy-firebase.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Deploy to Firebase -on: - push: - branches: - - main - -jobs: - firebase-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout current branch with lfs - uses: actions/checkout@master - - - name: Build site - run: | - npm ci - npm run build - - - name: Deploy html - uses: w9jds/firebase-action@master - with: - args: deploy --only hosting:schmelczer-dev --project schmelczer-dev - env: - FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}