mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-03 23:15:45 +00:00 
			
		
		
		
	
							
								
								
									
										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/cache@v2
 | 
			
		||||
      with:
 | 
			
		||||
        path: vendor/bundle
 | 
			
		||||
        path: |
 | 
			
		||||
          vendor/bundle
 | 
			
		||||
          ~/.npm
 | 
			
		||||
          node_modules
 | 
			
		||||
          */*/node_modules
 | 
			
		||||
        key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
 | 
			
		||||
        restore-keys: |
 | 
			
		||||
          ${{ runner.os }}-gems-
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user