Closed judith-bourque closed 1 year ago
This commit was to update author name, but it didn't update on the Quarto Pub site.
I think it's because the computations are frozen and I didn't re-render locally.
Render locally in terminal with quarto render before pushing
quarto render
This commit didn't work
Try quarto publish quarto-pub as it's the publish command specific to quarto pub
quarto publish quarto-pub
quarto publish quarto-pub worked! No need to commit either.
Issue
This commit was to update author name, but it didn't update on the Quarto Pub site.
I think it's because the computations are frozen and I didn't re-render locally.
Proposed solution
Render locally in terminal with
quarto render
before pushing