Skip to content

Improving website

Improving website #2

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run any tests
- name: Deploy preview to Firebase
uses: joinflux/[email protected]
with:
args: hosting:channel:deploy pr-${{ github.event.number }} --expires 1d
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
# with:
# repoToken: '${{ secrets.GITHUB_TOKEN }}'
# firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_AGENTS_AS_A_SERVICE }}'
# projectId: agents-as-a-service