Skip to content

Hidden Draft - Data App Fundamentals #345

Hidden Draft - Data App Fundamentals

Hidden Draft - Data App Fundamentals #345

# 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:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
export GOPATH="$HOME/go/"
export PATH=$PATH:$GOPATH/bin
go install github.com/googlecodelabs/tools/claat@latest
cd site && npm install && npm run deploy