diff --git a/.github/workflows/create-quarto.yml b/.github/workflows/create-quarto.yml index 9303184e..41450acd 100644 --- a/.github/workflows/create-quarto.yml +++ b/.github/workflows/create-quarto.yml @@ -22,4 +22,5 @@ jobs: cd .github/workflows pip install nbformat nbclient pip install jupyter matplotlib plotly - quarto render quarto_test.qmd \ No newline at end of file + quarto render quarto_test.qmd + cp quarto_test_files/figure-html/fig-polar-output-1.png ../../src/assets/ \ No newline at end of file