iHP0p2 new config.json with 0.75 density (upped from 70 just in case)… #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docs | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
docs: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Build docs | |
uses: TinyTapeout/tt-gds-action/docs@tt09 |