Skip to content

Commit

Permalink
Copy visualization from quarto into assets directory so that it is ac…
Browse files Browse the repository at this point in the history
…cessible by blog component
  • Loading branch information
KyleDolezal committed Apr 21, 2024
1 parent 00c4108 commit f1b5717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
cd .github/workflows
pip install nbformat nbclient
pip install jupyter matplotlib plotly
quarto render quarto_test.qmd
quarto render quarto_test.qmd
cp quarto_test_files/figure-html/fig-polar-output-1.png ../../src/assets/

0 comments on commit f1b5717

Please sign in to comment.