www/.forgejo/workflows/build.yaml
Nick Slowinski af57c1c205
Einige Prüfungen sind noch ausstehend
Build website / build (push) Waiting to run
Test container image to get recognized by renovate
Signed-off-by: Nick Slowinski <nick@nick-slowinski.de>
2024-05-11 21:36:45 +02:00

21 Zeilen
Kein EOL
417 B
YAML

name: Build website
on:
push:
branches:
- !'main'
- '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: docker://registry.access.redhat.com/ubi9/nodejs-20:1-44.1714669803
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build site
run: npm run build