I am following these instructions provided by Quarto.
I am only allowing code to be executed locally.
In _quarto.yml
, I have added the following
execute:
freeze: auto
Now render the site
quarto render
If a _freeze
directory is created, add and commit this.
Run
quarto publish gh-pages
Add .github/workflows/publish.yml
and add text from quarto instructions
Check all of the newly created files (including the _freeze directory) into your repository and then push to GitHub. A GitHub Pages site will be created for your repository, and every time you push a new change to the repository it will be automatically rebuilt to reflect the change.
To make the GH pages visible from the site click settings gearwheel next to About and check Use Github Pages.