Skip to content

Quick docs just to make the github actions happy #4

Quick docs just to make the github actions happy

Quick docs just to make the github actions happy #4

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