Skip to content

Update workflows

Update workflows #2

Workflow file for this run

name: Build Test
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build the static content
run: make html