Skip to content

1.5-dev: Fix another silly GHA test issue #14

1.5-dev: Fix another silly GHA test issue

1.5-dev: Fix another silly GHA test issue #14

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
- name: Build docs
uses: TinyTapeout/tt-gds-action/docs@tt07