nixin-web/.forgejo/workflows/artifact.yaml
Florian Schmitt ab0d6aba96
Some checks failed
create artifact with nixin website / Create artifact (push) Failing after 13s
deploy to prod / Build and deploy site (push) Successful in 24s
fix(ci): debug and name change in artefact
2024-12-16 14:20:10 +03:00

24 lines
558 B
YAML

name: "create artifact with nixin website"
on:
push:
branches:
- prod
jobs:
build:
name: Create artifact
runs-on: debian-latest
steps:
- name: debug style
run: ping git.distrilab.fr -c1
- name: checkout repository
uses: actions/checkout@v4
- name: npm ci
run: npm ci
- name: vitepress build
run: npm run docs:build
- name: create artifact
uses: actions/upload-artifact@v4
with:
name: nixin-website
path: |
.vitepress/dist