Skip to content

Clarify that arrays and registers of size 0 are allowed #900

Clarify that arrays and registers of size 0 are allowed

Clarify that arrays and registers of size 0 are allowed #900

name: Build Live Version
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -c constraints.txt -r requirements.txt
- name: Generate HTML
run: make html
- uses: actions/upload-artifact@v4
with:
name: html
path: build/html