From c7f80493d395cb276776ac00517d01011697088f Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 9 Oct 2020 06:52:41 -0500 Subject: [PATCH] Bump bookdown cache (and rename action) --- .github/workflows/build_book.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_book.yaml b/.github/workflows/build_book.yaml index 53c61e3..2f67fe0 100644 --- a/.github/workflows/build_book.yaml +++ b/.github/workflows/build_book.yaml @@ -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: |