Skip to content

Change 'docs' github-actions and try install missing latex package #52

Change 'docs' github-actions and try install missing latex package

Change 'docs' github-actions and try install missing latex package #52

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: Install Missing Latex Package
run: |
sudo apt-get update -y
sudo apt-get install -y texlive-latex-recommended
- name: Build docs
uses: TinyTapeout/tt-gds-action/docs@tt08