Skip to content

Add theme toggle to admin page #10

Add theme toggle to admin page

Add theme toggle to admin page #10

Workflow file for this run

name: Deploy production to Vercel
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://data.thecaf.app
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-args: "--prod"
vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}}
scope: ${{ secrets.ORG_ID }}