File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ jobs:
6767          path : | 
6868            .next/cache 
6969#  Generate a new cache whenever packages or source files change.
70-           key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} 
70+           key : ${{ runner.os }}-nextjs-${{ hashFiles('**/okstateacm.github.io/ package-lock.json', '**/okstateacm.github.io /yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} 
7171          #  If source files changed but packages didn't, rebuild from a prior cache.
7272          restore-keys : | 
73-             ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}- 
73+             ${{ runner.os }}-nextjs-${{ hashFiles('**/okstateacm.github.io/ package-lock.json', '**/okstateacm.github.io /yarn.lock') }}- 
7474name : Install dependencies 
7575        run : ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} 
7676      - name : Build with Next.js 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments