diff --git a/.github/workflows/ui-preview.yaml b/.github/workflows/ui-preview.yaml index 044f726540..bf78b44629 100644 --- a/.github/workflows/ui-preview.yaml +++ b/.github/workflows/ui-preview.yaml @@ -91,7 +91,7 @@ jobs: - name: Deploy to Vercel (Output Prod) if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} run: | - export DEPLOY_URL=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}) + export DEPLOY_URL=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --prod) echo "DEPLOY_URL=$DEPLOY_URL" >> $GITHUB_ENV echo "::set-output name=url::$DEPLOY_URL" - name: Update PR Description diff --git a/docs/bridge/README.md b/docs/bridge/README.md index cdcf74c7aa..bd07455576 100644 --- a/docs/bridge/README.md +++ b/docs/bridge/README.md @@ -4,7 +4,7 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Generating API Docs - + `yarn docusaurus gen-api-docs all`: ### Installation