Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Oct 17, 2024
1 parent 793ad34 commit e3e37ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bookdown-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
- master

name: preview bookdown
name: Preview website

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
if: ${{ github.repository == 'inseefrlab/utilitr' }}
run: |
Rscript -e "install.packages(c('remotes', 'htmltools', 'sf'))"
Rscript -e "renv::restore()"
env:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Render Book
Expand Down

0 comments on commit e3e37ab

Please sign in to comment.