Skip to content
Snippets Groups Projects
Commit 96366c93 authored by Ghislain Durif's avatar Ghislain Durif
Browse files

add files to webpage + render directly to 'public' directory

parent 233f9254
No related branches found
No related tags found
No related merge requests found
Pipeline #1230 passed
...@@ -13,10 +13,7 @@ pages: ...@@ -13,10 +13,7 @@ pages:
Rscript -e "install.packages('openxlsx')" Rscript -e "install.packages('openxlsx')"
#session 4 #session 4
Rscript -e "install.packages(c('ghibli', 'nycflights13','viridis','ggrepel'))" Rscript -e "install.packages(c('ghibli', 'nycflights13','viridis','ggrepel'))"
- | - quarto render
quarto render
mkdir public
cp -r _book/* public/
interruptible: true interruptible: true
artifacts: artifacts:
paths: paths:
......
project: project:
type: book type: book
resources:
- "session_2/mpg.csv"
- "session_3/gapminder.xlsx"
- "session_4/Expression_matrice_pivot_longer_DEGs_GSE86356.csv"
- "session_4/EWang_Tibialis_DEGs_GRCH37-87_GSE86356.csv"
output-dir: public
book: book:
title: "R for beginners" title: "R for beginners"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment