Skip to content

Bootstrap docusaurus docs #4

Bootstrap docusaurus docs

Bootstrap docusaurus docs #4

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: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: npm ci && npm run build
working-directory: docs_v2
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_LANGCHAIN_DART }}
projectId: langchain-dart
entryPoint: docs_v2