Skip to content

chore(AIP-9): downcase headings and terms as per dev docs style #1868

chore(AIP-9): downcase headings and terms as per dev docs style

chore(AIP-9): downcase headings and terms as per dev docs style #1868

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
run: aip-site-gen . /out