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
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: _bookdown_files
|
path: _bookdown_files
|
||||||
key: bookdown-${{ hashFiles('**/*Rmd') }}
|
key: bookdown-1-${{ hashFiles('**/*Rmd') }}
|
||||||
restore-keys: bookdown-
|
restore-keys: bookdown-1-
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
|
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
|
||||||
|
|||||||
Reference in New Issue
Block a user