Skip to content

Commit

Permalink
Check in updates to blog visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed Apr 22, 2024
1 parent f1b5717 commit 8f7ee6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
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'

0 comments on commit 8f7ee6e

Please sign in to comment.