Bump correct cache
This commit is contained in:
parent
a182b874bd
commit
02ad3896f3
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue