Skip to content

chore(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0 #32

chore(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0

chore(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0 #32

name: Test deployment
permissions:
contents: read
on:
pull_request:
jobs:
test-build:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
working-directory: ./content
run: npm ci
- name: Test build website
working-directory: ./content
run: npm run build