Skip to content

Enable comments and reactions on blog posts #97

Enable comments and reactions on blog posts

Enable comments and reactions on blog posts #97

Workflow file for this run

name: Test deployment
on:
push:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build