This commit is contained in:
		@@ -37,7 +37,9 @@ jobs:
 | 
			
		||||
      - uses: actions/cache@v4
 | 
			
		||||
        id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
 | 
			
		||||
        with:
 | 
			
		||||
          path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
 | 
			
		||||
          path: |
 | 
			
		||||
            ${{ steps.yarn-cache-dir-path.outputs.dir }}
 | 
			
		||||
            ${{ github.workspace }}/.next/cache
 | 
			
		||||
          key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-yarn-
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user