Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 7 updates #1

build(deps): bump the npm_and_yarn group across 1 directory with 7 updates

build(deps): bump the npm_and_yarn group across 1 directory with 7 updates #1

name: Deploy docs_v2 on PR
on:
pull_request:
paths:
- 'docs_v2/**'
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_LANGCHAIN_DART }}
projectId: langchain-dart