Skip to content

Commit

Permalink
Rename quarto files for greater clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed May 21, 2024
1 parent f70e6a6 commit 6eb1f3b
Show file tree
Hide file tree
Showing 14 changed files with 3,230 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
cd .github/workflows
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/
git add ../../src/assets/fig-polar-output-1.png
quarto render quarto_visual_template.qmd
cp quarto_visual_template_files/figure-html/template-visual-output-1.png ../../src/assets/
git add ../../src/assets/template-visual-output-1.png
git commit -m 'Update graph for blog'
git push origin HEAD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,078 changes: 2,078 additions & 0 deletions .github/workflows/quarto_test_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6eb1f3b

Please sign in to comment.