Skip to content

initial intro to idpbuilder blog #56

initial intro to idpbuilder blog

initial intro to idpbuilder blog #56

name: website-test-deployment
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build