Skip to content

Commit 6a211ca

Browse files
committed
Fix slipshow/pandoc confusion on the shapes&einsum slides
1 parent 5c62125 commit 6a211ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Syntax extensions
3939
run: pandoc --toc -s --embed-resources --css=docs/html/style.css docs/syntax_extensions.md -o docs/html/syntax_extensions.html
4040

41-
- name: Shapes and Einsum
42-
run: pandoc --toc -s --embed-resources --css=docs/html/style.css docs/slides-shapes_and_einsum.md -o docs/html/shapes_and_einsum.html
41+
- name: Shapes and Einsum slides
42+
run: slipshow compile docs/slides-shapes_and_einsum.md -o docs/html/shapes_and_einsum.html
4343

4444
- name: Deploy
4545
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)