Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 16, 2023
1 parent 96b2eee commit 92672ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
path: |
vignettes/articles/images/*.png
key: 1-${{ hashFiles('vignettes/articles/examples.yml') }}
key: 1-${{ hashFiles('vignettes/examples.yml') }}

- name: Build pkgdown site
run: pkgdown::build_site(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 92672ee

Please sign in to comment.