Skip to content

Disabled tests and debugSigs. #72

Disabled tests and debugSigs.

Disabled tests and debugSigs. #72

Workflow file for this run

name: docs
on:
push:
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
# Build Verilog if necessary from, e.g. TL-Verilog (to satisfy Verilog existence check).
- name: Build Verilog
run: |
cd test
make verilog
- name: Build docs
uses: TinyTapeout/tt-gds-action/docs@tt06