File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
workflow_dispatch :
10
10
11
+ name : build-and-deploy-bookdown
12
+
11
13
jobs :
12
14
build-and-deploy-bookdown :
13
15
name : Build and bookdown
14
- uses : MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
15
- with :
16
- r_version : ' 4.2.2'
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
+
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