Skip to content

Commit

Permalink
Update bookdown-build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere authored Dec 8, 2023
1 parent ac80339 commit 7d45a2f
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/bookdown-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,11 @@ on:
branches:
- main
- master

workflow_dispatch:

jobs:
build-and-deploy-bookdown:
Build and bookdown:
steps:
- uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
with:
name: Build and bookdown
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-and-deploy.yml@master
with:
r_version: '4.2.2'

- name: Reaparation bug lien gganimate
run: |
download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-192-1.gif")
# attention le numero 192 peut changer
download.file(url = "https://raw.githubusercontent.com/MTES-MCT/savoirfR/master/vignettes/mod5_exo6_solution-1.gif",
destfile = "_book/Valorisation-des-données_files/figure-html/mod5_exo6_solution-1.gif")
shell: Rscript {0}

0 comments on commit 7d45a2f

Please sign in to comment.