Skip to content

Commit

Permalink
ci(workflow): don't use cache for screenshot capture
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel authored Nov 19, 2023
1 parent 213e7bf commit 4e5f860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/capture-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.12
cache: npm
# don't use cache as it may interfere with other jobs
# cache: npm

- name: Screenshot Website
run: |
Expand Down

0 comments on commit 4e5f860

Please sign in to comment.