nixin-web/.forgejo/workflows/artifact.yaml

27 lines
612 B
YAML
Raw Normal View History

name: "create artifact with nixin website"
on:
push:
branches:
- prod
jobs:
build:
name: Create artifact
runs-on: debian-latest
steps:
- name: debug style
2024-12-16 11:23:24 +00:00
run: |
apt-get install -y iputils-ping
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