Skip to content

Commit

Permalink
ci: add extension before building the slide
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed May 31, 2024
1 parent 27e69a3 commit e07716a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions _extensions/coeos/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ contributes:
include-in-header:
- text: |
<link rel="shortcut icon" href="https://raw.githubusercontent.com/mcanouil/hex-stickers/main/SVG/coeos.svg" />
format-resources:
- _about.qmd
2 changes: 1 addition & 1 deletion template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ ggplot(mtcars, aes(wt, mpg)) + geom_point()

With only text

{{< include _about.qmd >}}
{{< include _extensions/mcanouil/coeos/_about.qmd >}}

0 comments on commit e07716a

Please sign in to comment.