Skip to content

Commit 7925aa6

Browse files
committed
Fix katex-header path in CI
1 parent 66dd86f commit 7925aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Generate code coverage
1414
run: |
15-
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps
15+
RUSTDOCFLAGS="--html-in-header ndarray-linalg/katex-header.html" cargo doc --no-deps
1616
mv target/doc public
1717
- name: Deploy GitHub Pages
1818
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)