We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115accd commit fa17dc7Copy full SHA for fa17dc7
.github/workflows/deploy-docs.yml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
sudo apt-get update && \
15
sudo apt-get install -y --no-install-recommends \
16
- texlive texlive-fonts-extra texlive-lang-cjk latexmk \
+ texlive texlive-fonts-extra texlive-lang-cjk latexmk latex-cjk-all \
17
libxi-dev libgl1-mesa-dev
18
- name: Use Node.js
19
uses: actions/setup-node@v4
scripts/jsdoc.sh
@@ -1,5 +1,7 @@
1
#! /usr/bin/env bash
2
3
+set -e
4
+
5
JSDOC="node_modules/.bin/jsdoc"
6
TMPL="docs/jsdoc/templates/template"
7
DST="docs/source"
0 commit comments