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 # run every day at 11 PM
- cron: '0 23 * * *' - cron: '0 23 * * *'
name: bookdown name: Build book
env: env:
isExtPR: ${{ github.event.pull_request.head.repo.fork == true }} isExtPR: ${{ github.event.pull_request.head.repo.fork == true }}
@ -55,8 +55,8 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: _bookdown_files path: _bookdown_files
key: bookdown-2-${{ hashFiles('**/*Rmd') }} key: bookdown-3-${{ hashFiles('**/*Rmd') }}
restore-keys: bookdown-2- restore-keys: bookdown-3-
- name: Build site - name: Build site
run: | run: |