This commit is contained in:
jverzani
2025-08-29 15:33:24 -04:00
parent 7c869a83ce
commit c044529cba
5 changed files with 133 additions and 5 deletions

View File

@@ -9,13 +9,14 @@ quarto publish gh-pages --no-render
```
But better to
But better to
```
quarto render
# commit changes and push
# fix typos
quarto render
julia adjust_plotly.jl
quarto publish gh-pages --no-render
```