Skip to content

change postgress key #191

change postgress key

change postgress key #191

Workflow file for this run

name: Check Website Build
on:
pull_request:
branches:
- "**"
jobs:
build-website:
name: Build Website
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 21
- name: Build Website
working-directory: ./website
run: |
npm install
npm run build
- name: Search for Broken Links
run: |
node ./scripts/check-legend-application-documentation-broken-links.js