From ab9ab79d3a330bb27b372e5b76cc345b51a638b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Tue, 7 May 2024 16:28:56 +0200 Subject: [PATCH] docs: Quarto instructions improved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b5975..6ebf9c4 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ npm run prepare - [ ] run `npm run format` to format all files - [ ] run `npm run commit` to commit all changes - [ ] run `npm run changelog` and include the output in [CHANGELOG.md](CHANGELOG.md) -- [ ] enable [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) - [ ] install [Quarto](https://quarto.org/docs/installation/) - [ ] run `quarto publish gh-pages` to publish the documentation - [ ] customize the documentation with [Quarto](https://quarto.org/docs/websites/#workflow) +- [ ] enable [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) for the `gh-pages` branch 3. optional tasks: