Skip to content

Commit

Permalink
Add RUSTDOCFLAGS when generating GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Sep 1, 2022
1 parent 9e4e3c6 commit 08aae3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
command: doc
args: --no-deps
env:
RUSTDOCFLAGS: "--html-in-header ndarray-linalg/katex-header.html"

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit 08aae3b

Please sign in to comment.