Bump bookdown cache (and rename action)

This commit is contained in:
Hadley Wickham 2020-10-09 06:52:41 -05:00
parent 04d2eebbef
commit c7f80493d3
1 changed files with 3 additions and 3 deletions

View File

@ -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: |