Skip to content

Fix github deploy workflow's default app-directory (#102) #260

Fix github deploy workflow's default app-directory (#102)

Fix github deploy workflow's default app-directory (#102) #260

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