Skip to content

update school start and end dates #53

update school start and end dates

update school start and end dates #53

name: Deploy Firebase Functions on merge
on:
push:
branches:
- main
paths:
- "functions/**"
- "shared/**"
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- uses: w9jds/firebase-action@master
with:
args: deploy --only functions --force
env:
FIREBASE_TOKEN: '${{ secrets.FIREBASE_TOKEN }}'