mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	Merge 56dcbc499d into 0057852bfa
				
					
				
			This commit is contained in:
		
						commit
						08d4ae4954
					
				|  | @ -188,6 +188,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us | ||||||
| * [Go - Modules](./examples.md#go---modules) | * [Go - Modules](./examples.md#go---modules) | ||||||
| * [Haskell - Cabal](./examples.md#haskell---cabal) | * [Haskell - Cabal](./examples.md#haskell---cabal) | ||||||
| * [Haskell - Stack](./examples.md#haskell---stack) | * [Haskell - Stack](./examples.md#haskell---stack) | ||||||
|  | * [Hugo - Resources](./examples.md#hugo---resources) | ||||||
| * [Java - Gradle](./examples.md#java---gradle) | * [Java - Gradle](./examples.md#java---gradle) | ||||||
| * [Java - Maven](./examples.md#java---maven) | * [Java - Maven](./examples.md#java---maven) | ||||||
| * [Node - npm](./examples.md#node---npm) | * [Node - npm](./examples.md#node---npm) | ||||||
|  |  | ||||||
							
								
								
									
										10
									
								
								examples.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								examples.md
									
									
									
									
									
								
							|  | @ -18,6 +18,7 @@ | ||||||
|   - [Windows](#windows-2) |   - [Windows](#windows-2) | ||||||
| - [Haskell - Cabal](#haskell---cabal) | - [Haskell - Cabal](#haskell---cabal) | ||||||
| - [Haskell - Stack](#haskell---stack) | - [Haskell - Stack](#haskell---stack) | ||||||
|  | - [Hugo - Resources](#hugo---resources) | ||||||
| - [Java - Gradle](#java---gradle) | - [Java - Gradle](#java---gradle) | ||||||
| - [Java - Maven](#java---maven) | - [Java - Maven](#java---maven) | ||||||
| - [Node - npm](#node---npm) | - [Node - npm](#node---npm) | ||||||
|  | @ -300,6 +301,15 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba | ||||||
|       ${{ runner.os }}-stack-work- |       ${{ runner.os }}-stack-work- | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | ## Hugo - Resources | ||||||
|  | 
 | ||||||
|  | ```yaml | ||||||
|  | - uses: actions/cache@v3 | ||||||
|  |   with: | ||||||
|  |     path: resources | ||||||
|  |     key: ${{ runner.os }}-hugo-resources | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
| ## Java - Gradle | ## Java - Gradle | ||||||
| 
 | 
 | ||||||
| > **Note** Ensure no Gradle daemons are running anymore when your workflow completes. Creating the cache package might fail due to locks being held by Gradle. Refer to the [Gradle Daemon documentation](https://docs.gradle.org/current/userguide/gradle_daemon.html) on how to disable or stop the Gradle Daemons. | > **Note** Ensure no Gradle daemons are running anymore when your workflow completes. Creating the cache package might fail due to locks being held by Gradle. Refer to the [Gradle Daemon documentation](https://docs.gradle.org/current/userguide/gradle_daemon.html) on how to disable or stop the Gradle Daemons. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 rodrigoalcarazdelaosa
						rodrigoalcarazdelaosa