diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index 6d4d5b92..c18c68b9 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -83,7 +83,7 @@ jobs: - name: Build webpage run: | cd docs_src - pandoc -t html --mathjax -f markdown+tex_math_dollars+raw_tex index.md --template template.html -o ../docs/index.html} + pandoc -t html --mathjax -f markdown+tex_math_dollars+raw_tex index.md --template template.html -o ../docs/index.html cp *.css ../docs - name: Upload docs & blueprint artifact