mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	add node cache paths
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,11 @@ jobs:
 | 
				
			|||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - uses: actions/cache@v2
 | 
					    - uses: actions/cache@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        path: vendor/bundle
 | 
					        path: |
 | 
				
			||||||
 | 
					          vendor/bundle
 | 
				
			||||||
 | 
					          ~/.npm
 | 
				
			||||||
 | 
					          node_modules
 | 
				
			||||||
 | 
					          */*/node_modules
 | 
				
			||||||
        key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
 | 
					        key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
 | 
				
			||||||
        restore-keys: |
 | 
					        restore-keys: |
 | 
				
			||||||
          ${{ runner.os }}-gems-
 | 
					          ${{ runner.os }}-gems-
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user