Skip to content

Update README.md

Update README.md #12

Workflow file for this run

name: Deploy to Vercel

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

(Line: 32, Col: 23): Unrecognized named-value: 'sg5vxC8ZtM1OiXey6qX652vV'. Located at position 1 within expression: sg5vxC8ZtM1OiXey6qX652vV, (Line: 33, Col: 24): Unrecognized named-value: 'team_xKmPfdhChL8vNmPuNyCFzm5R'. Located at position 1 within expression: team_xKmPfdhChL8vNmPuNyCFzm5R, (Line: 34, Col: 28): Unrecognized named-value: 'prj_IfWC2GaK3BELyroFtqYAIUzQ3sks'. Located at position 1 within expression: prj_IfWC2GaK3BELyroFtqYAIUzQ3sks
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test --if-present
- name: Build project
run: npm run build
- name: Deploy to Vercel
uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ sg5vxC8ZtM1OiXey6qX652vV }}
vercel-org-id: ${{ team_xKmPfdhChL8vNmPuNyCFzm5R }}
vercel-project-id: ${{ prj_IfWC2GaK3BELyroFtqYAIUzQ3sks }}