Skip to content

Commit

Permalink
test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Jun 26, 2024
1 parent 4ad3c21 commit 6f21b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Update environment
run:
mamba env update -n rmarkdown-env -f ./github/envs/environment.yml
mamba env update -n rmarkdown-env -f .github/envs/environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Render Rmd files
Expand Down

0 comments on commit 6f21b2a

Please sign in to comment.