estilo en modal #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sangria Censo Ronda 2020 | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Actualizar desde repo | |
uses: actions/checkout@v3 | |
- name: Instalar dependencias | |
run: npm install | |
- name: Composer dependencias | |
run: composer install | |
- name: Crear paquete | |
run: npm run prod |