Skip to content

💄 Add blockquote style and update changelog content #29

💄 Add blockquote style and update changelog content

💄 Add blockquote style and update changelog content #29

Workflow file for this run

name: "Deploy (Production)"
on:
workflow_dispatch: # manual trigger
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx vercel --prod --token ${{ env.VERCEL_TOKEN }} >> $GITHUB_STEP_SUMMARY