From 459751f64c6ff0b49739150797bfb6b104396072 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..e0f25463 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