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 66dd86f commit 7925aa6Copy full SHA for 7925aa6
.github/workflows/gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- name: Generate code coverage
14
run: |
15
- RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps
+ RUSTDOCFLAGS="--html-in-header ndarray-linalg/katex-header.html" cargo doc --no-deps
16
mv target/doc public
17
- name: Deploy GitHub Pages
18
uses: peaceiris/actions-gh-pages@v3
0 commit comments