Update robots.txt #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Firebase Deploy CI | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
env: | |
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_NIGHT_403820 }} | |
jobs: | |
build_and_preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: npm --prefix web ci | |
- run: npm --prefix web run build | |
- run: npm install -g firebase-tools | |
- run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }} |