Skip to content

Actions: Add action to ensure the table is updated #28

Actions: Add action to ensure the table is updated

Actions: Add action to ensure the table is updated #28

Workflow file for this run

name: Check Open Catalog Web
on:
push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Build Docusaurus website
run: |
npm install
npm run build