Skip to content

Commit 02378e3

Browse files
authored
Update bookdown-build-and-deploy.yml
1 parent ce1f4a2 commit 02378e3

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/bookdown-build-and-deploy.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,21 @@ on:
88

99
workflow_dispatch:
1010

11+
name: build-and-deploy-bookdown
12+
1113
jobs:
1214
build-and-deploy-bookdown:
1315
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}

0 commit comments

Comments
 (0)