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 5c62125 commit 6a211caCopy full SHA for 6a211ca
.github/workflows/gh-pages-docs.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Syntax extensions
39
run: pandoc --toc -s --embed-resources --css=docs/html/style.css docs/syntax_extensions.md -o docs/html/syntax_extensions.html
40
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
+ - name: Shapes and Einsum slides
+ run: slipshow compile docs/slides-shapes_and_einsum.md -o docs/html/shapes_and_einsum.html
43
44
- name: Deploy
45
uses: peaceiris/actions-gh-pages@v4
0 commit comments