From f1b5717cd93369f5d5c3d5bc8adb7fe719e1e3b8 Mon Sep 17 00:00:00 2001 From: Kyle Dolezal Date: Sun, 21 Apr 2024 18:38:04 -0500 Subject: [PATCH] Copy visualization from quarto into assets directory so that it is accessible by blog component --- .github/workflows/create-quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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