Skip to content

Commit

Permalink
tardetting the file to render for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Sep 2, 2024
1 parent b65c1bf commit b3d0185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Additional R dependencies
run: |
Rscript -e "install.packages(c('tidyverse', 'kableExtra', 'knitr', 'rmarkdown'))"
Rscript -e "install.packages(c('dplyr', 'kableExtra', 'knitr', 'rmarkdown'))"
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
logo_hceres.png
page_garde_hceres.pdf
dae-hceres.pdf


/.quarto/
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
project:
render:
- "dae-hceres.qmd"

0 comments on commit b3d0185

Please sign in to comment.