nixin-web/.forgejo/workflows/artifact.yaml
Fabrice Bellamy 7a67215650
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 25s
create artifact with nixin website / Build and upload artefact of website (push) Successful in 24s
even longer name
2024-12-16 12:52:05 +01:00

22 lines
514 B
YAML

name: "create artifact with nixin website"
on:
push:
branches:
- prod
jobs:
build:
name: Build and upload artefact of website
runs-on: debian-latest
steps:
- 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@v3
with:
name: nixin-website
path: |
.vitepress/dist