diff --git a/.github/workflows/create-quarto.yml b/.github/workflows/create-quarto.yml index 41450acd..b667f625 100644 --- a/.github/workflows/create-quarto.yml +++ b/.github/workflows/create-quarto.yml @@ -23,4 +23,6 @@ jobs: pip install nbformat nbclient pip install jupyter matplotlib plotly quarto render quarto_test.qmd - cp quarto_test_files/figure-html/fig-polar-output-1.png ../../src/assets/ \ No newline at end of file + cp quarto_test_files/figure-html/fig-polar-output-1.png ../../src/assets/ + git add ../../src/assets/fig-polar-output-1.png + git commit -m 'Update graph for blog' \ No newline at end of file