Skip to content

Commit

Permalink
try re-enable github documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 27, 2024
1 parent 5bc79f4 commit a145833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
- name: "Tests: XeTeX"
l3build_cmd: l3build check -H -e xetex -q --show-log-on-error
artifact_name: testfiles
# Uses proprietary fonts
# - name: "Documentation"
# l3build_cmd: l3build doc -q -H --show-log-on-error
# artifact_name: Documentation
- name: "Documentation"
l3build_cmd: l3build doc -q -H --show-log-on-error
artifact_name: Documentation
name: ${{ matrix.name }}
steps:
# Boilerplate
Expand All @@ -54,7 +53,7 @@ jobs:
- name: Checkout fonts for testing
uses: actions/checkout@v4
with:
repository: zauguin/fontspec-test-fonts
repository: wspr/fontspec-test-fonts
path: fontspec-test-fonts
- name: Install fonts for testing
run: ./fontspec-test-fonts/install.sh
Expand Down
2 changes: 1 addition & 1 deletion fontspec-doc-opentype.tex
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ \subsection{\feat{Script} and \feat{Language} examples}
\begin{Xexample}[firstline=14,lastline=23]{script-lang}{An example of various Scripts and Languages.}
\def\testfeature#1#2{%^^A
\fontspec{\examplefont}#2 & \fontspec[#1]{\examplefont}#2\\[1ex]}
\def \examplefont{CODE2000.TTF}
\def \arabictext{العربي}
\def \devanagaritext{हिन्दी}
\def \bengalitext{লেখ}
Expand All @@ -224,6 +223,7 @@ \subsection{\feat{Script} and \feat{Language} examples}
\def \hebrewtext{רִדְתָּֽהּ}
\def \vietnamesetext{cấp số mỗi}
\begin{tabular}{r@{\quad}l}
\def\examplefont{CODE2000.TTF}
\testfeature{Script=Arabic}{\arabictext}
\testfeature{Script=Devanagari}{\devanagaritext}
\testfeature{Script=Bengali}{\bengalitext}
Expand Down

0 comments on commit a145833

Please sign in to comment.