Skip to content

Commit

Permalink
Fix CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed May 24, 2024
1 parent f7838d0 commit ec2267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec2267e

Please sign in to comment.