Skip to content

chore(docs): update and cleanup some things so build doesn't fail (#456) #101

chore(docs): update and cleanup some things so build doesn't fail (#456)

chore(docs): update and cleanup some things so build doesn't fail (#456) #101

Workflow file for this run

name: docs
on:
push:
branches:
- master
paths:
- '.github/workflows/docs.yml'
- 'docs/**'
jobs:
deploy-vercel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-args: --prod
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
working-directory: ./docs
scope: ${{ secrets.VERCEL_ORG_ID }}