From e07716ab5eb521173a57f39053a6829d05c2fc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Fri, 31 May 2024 14:42:21 +0200 Subject: [PATCH] ci: add extension before building the slide --- .github/workflows/deploy.yml | 1 + _extensions/coeos/_extension.yml | 2 -- template.qmd | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fb76dbe..8782d51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,6 +48,7 @@ jobs: - name: Render Quarto Project shell: bash run: | + quarto add mcanouil/quarto-revealjs-coeos quarto render template.qmd --to coeos-revealjs --output index.html --output-dir _site - uses: actions/configure-pages@v5 diff --git a/_extensions/coeos/_extension.yml b/_extensions/coeos/_extension.yml index e9d5210..63cf32d 100644 --- a/_extensions/coeos/_extension.yml +++ b/_extensions/coeos/_extension.yml @@ -16,5 +16,3 @@ contributes: include-in-header: - text: | - format-resources: - - _about.qmd diff --git a/template.qmd b/template.qmd index 2832189..3a488cf 100644 --- a/template.qmd +++ b/template.qmd @@ -49,4 +49,4 @@ ggplot(mtcars, aes(wt, mpg)) + geom_point() With only text -{{< include _about.qmd >}} +{{< include _extensions/mcanouil/coeos/_about.qmd >}}