Skip to content

Commit 08aae3b

Browse files
committed
Add RUSTDOCFLAGS when generating GitHub Pages
1 parent 9e4e3c6 commit 08aae3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
command: doc
4242
args: --no-deps
43+
env:
44+
RUSTDOCFLAGS: "--html-in-header ndarray-linalg/katex-header.html"
4345

4446
- name: Setup Pages
4547
uses: actions/configure-pages@v2

0 commit comments

Comments
 (0)