WIP
This commit is contained in:
@@ -4,12 +4,22 @@ Short cut. Run first command until happy, then run second to publish
|
||||
|
||||
```
|
||||
quarto render
|
||||
#julia adjust_plotly.jl # <-- no longer needed
|
||||
# maybe git config --global http.postBuffer 157286400
|
||||
quarto publish gh-pages --no-render
|
||||
```
|
||||
|
||||
|
||||
But better to
|
||||
|
||||
```
|
||||
quarto render
|
||||
# commit changes and push
|
||||
# fix typos
|
||||
quarto render
|
||||
quarto publish gh-pages --no-render
|
||||
```
|
||||
|
||||
|
||||
To compile the pages through quarto
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user