File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ name: build-and-deploy-bookdown
12
12
13
13
jobs :
14
14
build-and-deploy-bookdown :
15
- name : Build and bookdown
16
- steps :
17
- - uses : MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
18
- with :
19
- r_version : ' 4.2.2'
15
+ Build and bookdown :
16
+ steps :
17
+ - uses : MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
18
+ with :
19
+ r_version : ' 4.2.2'
20
20
21
- - name : Reaparation bug lien gganimate
22
- run : |
23
- download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
24
- destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-192-1.gif")
25
- # attention le numero 192 peut changer
26
- download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
27
- destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-1.gif")
28
- shell : Rscript {0}
21
+ - name : Reaparation bug lien gganimate
22
+ run : |
23
+ download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
24
+ destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-192-1.gif")
25
+ # attention le numero 192 peut changer
26
+ download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
27
+ destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-1.gif")
28
+ shell : Rscript {0}
You can’t perform that action at this time.
0 commit comments