Skip to content

Commit

Permalink
Update runs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva authored Mar 27, 2024
1 parent 68485ba commit 18adf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/cache@v3
id: cache-runs
with:
path: public/data/activities/transformed/**
path: public/data/activities/transformed
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Cache auth
Expand Down

0 comments on commit 18adf6d

Please sign in to comment.