Skip to content

Add abs paths to site yml #103

Add abs paths to site yml

Add abs paths to site yml #103

Workflow file for this run

name: PR Build Check
on:
pull_request:
types: [opened, synchronize, reopened, closed]
permissions:
contents: write
pull-requests: write
concurrency:
group: pr-preview-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-check:
if: github.event.action != 'closed'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: make check