Skip to content

Commit f5e07d2

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ name: build-and-deploy-bookdown
1212

1313
jobs:
1414
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'
2020

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}

0 commit comments

Comments
 (0)