Skip to content

Publish static kro manifests on release #261

Publish static kro manifests on release

Publish static kro manifests on release #261

Workflow file for this run

name: Test docs deployment
on:
pull_request:
branches:
- main
paths:
- "website/**"
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 20
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Test build website
run: npm run build