feat: update to Starlark v0.0.0-20230829175125-68633c9954b0 (#1041) #693
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 initially auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Docs Deployment | |
on: | |
push: | |
branches: | |
- gob | |
- master | |
- "*/v[0-9]+.[0-9]+" | |
jobs: | |
build_and_deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: '0' | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16 | |
- name: Merge gob branch | |
run: git worktree add ./gob gob && cp -r gob/* . | |
- name: Generate Site | |
run: make site-generate | |
- uses: FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b | |
with: | |
repoToken: '${{ secrets.GITHUB_TOKEN }}' | |
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_KPT_DEV }}' | |
channelId: live | |
projectId: kpt-dev | |
entryPoint: site | |
env: | |
FIREBASE_CLI_PREVIEWS: hostingchannels |