José Henrique 427c9da08b
All checks were successful
Frontend Build and Deploy / build (push) Successful in 14s
fixing nginx 404 on refresh
2025-05-31 12:20:03 -03:00

20 lines
293 B
YAML

name: Frontend Build and Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Build Frontend Image
run: |
npm install
npm run build