cv-site/.gitea/workflows/build.yml
Gianmarco Pettinato 0371b77671
Some checks failed
Build Site / Build-Site (push) Failing after 1m21s
testing ci
2023-11-24 15:53:48 +01:00

20 lines
334 B
YAML

name: Build Site
on:
push:
branches:
- develop
pull_request:
branches:
- 'feat/**'
- 'develop'
jobs:
Build-Site:
runs-on: ubuntu-latest
steps:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm build