Skip to content

adding SBOM-Catalog (Formally SBOM-Landscape) to the SBOM-Everywhere … #1

adding SBOM-Catalog (Formally SBOM-Landscape) to the SBOM-Everywhere …

adding SBOM-Catalog (Formally SBOM-Landscape) to the SBOM-Everywhere … #1

name: Node.js CI
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Change directory to SBOM-Catalog
run: cd SBOM-Catalog
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: gh-pages