Skip to content

Commit

Permalink
fix cache issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Mar 26, 2024
1 parent 4d3d01b commit d93765d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
uses: actions/cache@v3
with:
path: |
**/node_modules
!**/node_modules/**
key: ${{ runner.os }}-build-${{ hashFiles('**/package*.json') }}
restore-keys: |
${{ runner.os }}-build-
name: Deploy static content to Pages

on:
Expand Down

0 comments on commit d93765d

Please sign in to comment.