Skip to content

Only reset empty Hanzi Math results of subtraction (#47) #43

Only reset empty Hanzi Math results of subtraction (#47)

Only reset empty Hanzi Math results of subtraction (#47) #43

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
paths:
- "public/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0.7.1
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_HANZIGRAPH }}"
projectId: hanzigraph
channelId: live