Skip to content

feat: enhanced the readme with addition of yarn setup steps #818

feat: enhanced the readme with addition of yarn setup steps

feat: enhanced the readme with addition of yarn setup steps #818

Workflow file for this run

name: Docs CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"