cv_2026/.gitea/workflows/act_ci.yaml
jl 59e7abfda4
Some checks are pending
CV build / buid (push) Waiting to run
init vue and build
2026-04-17 10:34:52 +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