Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

feat: pin CI image to ubuntu-24.04 for reproducability #2

feat: pin CI image to ubuntu-24.04 for reproducability

feat: pin CI image to ubuntu-24.04 for reproducability #2

Workflow file for this run

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