Skip to content

Update react-native.config.js #10

Update react-native.config.js

Update react-native.config.js #10

Workflow file for this run

name: build-docs
on:
push:
branches: [main]
jobs:
build-docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- run: npm i typescript typedoc
- run: npx typedoc --out docs/api --skipErrorChecking lib/src
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs