cv_2026/.gitea/workflows/act_ci.yaml
jl e6413452cd
Some checks failed
CV build / buid (push) Failing after 50s
init vue and build
2026-04-17 10:35:21 +02:00

23 lines
529 B
YAML

name: CV build
on: [push]
jobs:
buid:
runs-on: ubuntu-latest
env:
- NODE_ENV: production
steps:
- name: Check out repository code
uses: actions/checkout@v5
- name: get node
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm run build
- name: build artifact
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: test-artifact
path: dist/ # or path/to/artifact