Skip to content

Commit 7d45a2f

Browse files
authored
Update bookdown-build-and-deploy.yml
1 parent ac80339 commit 7d45a2f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,11 @@ on:
55
branches:
66
- main
77
- master
8-
98
workflow_dispatch:
109

1110
jobs:
1211
build-and-deploy-bookdown:
13-
Build and bookdown:
14-
steps:
15-
- uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
16-
with:
12+
name: Build and bookdown
13+
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-and-deploy.yml@master
14+
with:
1715
r_version: '4.2.2'
18-
19-
- name: Reaparation bug lien gganimate
20-
run: |
21-
download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
22-
destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-192-1.gif")
23-
# attention le numero 192 peut changer
24-
download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
25-
destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-1.gif")
26-
shell: Rscript {0}

0 commit comments

Comments
 (0)