Skip to content

Add Help & FAQ button to navigation and update README with live demo … #1

Add Help & FAQ button to navigation and update README with live demo …

Add Help & FAQ button to navigation and update README with live demo … #1

Workflow file for this run

# .github/workflows/vercel-prod.yml
name: Deploy to Vercel (prod)
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
github-token: ${{ secrets.GITHUB_TOKEN }}