Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a different GHA for website deployment
Instead of using `gh-pages` branch for deployment of the website, use direct deployment with GHA instead. This allows for decoupling of building (rendering) the site and its deployment, so the workflow becomes [quarto render -> upload artifact -> deploy artifact] instead of [quarto publish gh-pages] that never worked inside a container.
- Loading branch information