Skip to content

Update README.md

Update README.md #15

Workflow file for this run

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to surge
"on":
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i
- run: npm run build
- run: npm run deploy
env:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}