Bump correct cache
This commit is contained in:
4
.github/workflows/build_book.yaml
vendored
4
.github/workflows/build_book.yaml
vendored
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user