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 9a3ffbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- run: |
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.551/quarto-1.4.551-linux-amd64.tar.gz
mkdir ~/opt
Expand All @@ -23,4 +26,7 @@ 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'
git push origin HEAD

0 comments on commit 9a3ffbe

Please sign in to comment.