Bump bookdown cache (and rename action)
This commit is contained in:
parent
04d2eebbef
commit
c7f80493d3
|
@ -9,7 +9,7 @@ on:
|
|||
# run every day at 11 PM
|
||||
- cron: '0 23 * * *'
|
||||
|
||||
name: bookdown
|
||||
name: Build book
|
||||
|
||||
env:
|
||||
isExtPR: ${{ github.event.pull_request.head.repo.fork == true }}
|
||||
|
@ -55,8 +55,8 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: _bookdown_files
|
||||
key: bookdown-2-${{ hashFiles('**/*Rmd') }}
|
||||
restore-keys: bookdown-2-
|
||||
key: bookdown-3-${{ hashFiles('**/*Rmd') }}
|
||||
restore-keys: bookdown-3-
|
||||
|
||||
- name: Build site
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue