Bump correct cache

This commit is contained in:
Hadley Wickham 2020-10-04 16:16:33 -05:00
parent a182b874bd
commit 02ad3896f3
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ jobs:
uses: actions/cache@v2
with:
path: _bookdown_files
key: bookdown-${{ hashFiles('**/*Rmd') }}
restore-keys: bookdown-
key: bookdown-1-${{ hashFiles('**/*Rmd') }}
restore-keys: bookdown-1-
- name: Build site
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'