Skip to content

No merge add basic ci run #746

No merge add basic ci run

No merge add basic ci run #746

# 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: cd components && yarn && cd ../docs && yarn && cd .. && yarn link:components && cd docs && yarn build
- uses: emclaug2/action-hosting-deploy@main
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BLUI_REACT_DOCS }}'
expires: 2d
projectId: blui-react-docs