From 0dc232af97b9e182d924f926f40a190421a889a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Thu, 2 May 2024 22:23:13 +0200 Subject: [PATCH] docs: Quarto added --- .github/workflows/quarto-publish.yml | 1 - README.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 7cd1a89..4a23503 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -2,7 +2,6 @@ on: push: branches: - main - - quarto workflow_dispatch: name: Render and Publish diff --git a/README.md b/README.md index 55376df..ba08fc7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This GitHub template is independent of the (research) data and its format. It fo - [CHANGELOG.md](CHANGELOG.md) according to [keepachangelog.com](https://keepachangelog.com/) - Automated [CHANGELOG.md](CHANGELOG.md) via [git-cliff](https://github.com/orhun/git-cliff) - [package.json](package.json) via [npm docs](https://docs.npmjs.com/cli/v7/configuring-npm/package-json) -- Accessible documentation via [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) +- Accessible documentation via [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) and [Quarto](https://quarto.org/) ### Consistency @@ -80,6 +80,7 @@ npm run prepare - [ ] 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) +- [ ] customize the documentation with [Quarto](https://quarto.org/docs/websites/#workflow) ## Use