File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414jobs :
1515 deploy :
1616 runs-on : ubuntu-latest
17-
17+
1818 steps :
1919 - name : Checkout code
2020 uses : actions/checkout@v4
2121
2222 - name : Setup Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : " 18 "
25+ node-version : " 20 "
2626 cache : " npm"
2727 cache-dependency-path : frontend/package-lock.json
2828
2929 - name : Install dependencies
30- run : |
31- cd frontend
32- npm ci
30+ working-directory : frontend
31+ run : npm ci
32+
33+ - name : Build Next.js
34+ working-directory : frontend
35+ run : npm run build
36+ env :
37+ SKIP_ENV_VALIDATION : 1
3338
3439 - name : Deploy to Vercel
3540 uses : amondnet/vercel-action@v25
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export function Hero() {
2020 </ h1 >
2121
2222 < p className = "text-lg md:text-xl text-gray-600 mb-10 max-w-2xl leading-relaxed" >
23- Junte-se à maior rede de desenvolvedores Python da Baixada Santista e
24- transforme sua paixão por código em grandes oportunidades .
23+ Aulas, eventos e encontros para aprender e ensinar juntos. Desde 2018
24+ conectando pessoas que curtem Python e tecnologia na região .
2525 </ p >
2626
2727 < div className = "flex flex-col sm:flex-row items-center gap-4 w-full sm:w-auto" >
You can’t perform that action at this time.
0 commit comments