Skip to content

Remove global app state requirement and start making docs (#100) #256

Remove global app state requirement and start making docs (#100)

Remove global app state requirement and start making docs (#100) #256

Workflow file for this run

name: CI/CD
on:
pull_request:
push:
branches:
- main
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
cd:
name: CD
needs: ci
uses: ./.github/workflows/deploy.yml
with:
project: udibo-react-app
app-directory: example