aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/docs.yml
Commit message (Expand)AuthorAgeFilesLines
* fix: remove unnecessary make command from LaTeX build stepHsiangNianian2025-10-101-1/+0
* refactor: update GitHub Actions workflow to build LaTeX PDF directly and remo...HsiangNianian2025-10-061-3/+2
* feat: add latexonly target to Makefile for building LaTeX from existing sourc...HsiangNianian2025-10-061-1/+1
* fix: correct action version for GitHub Pages deployment in workflowHsiangNianian2025-10-061-1/+1
* feat: replace LaTeX dependencies installation step with texlive-action and up...HsiangNianian2025-10-061-14/+11
* feat: add LaTeX dependencies installation and fix publish directory path in G...HsiangNianian2025-10-061-1/+8
* chore: add debug output for dependency installation and documentation build s...HsiangNianian2025-10-061-1/+4
* feat: add GitHub Actions workflow for building and deploying documentationHsiangNianian2025-10-061-0/+45