nixin-web/.forgejo/workflows/artifact.yaml
Florian Schmitt 2f895fa8ad
All checks were successful
create artifact with nixin website / Artefact of website (push) Successful in 32s
deploy to prod / Build and deploy site (push) Successful in 26s
long name again
2024-12-16 14:44:39 +03:00

22 lines
497 B
YAML

name: "create artifact with nixin website"
on:
push:
branches:
- prod
jobs:
build:
name: 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