fix(ci): ensure deploy workflow does not override benchmark data (#4376)
This commit is contained in:
		
							parent
							
								
									3e59291321
								
							
						
					
					
						commit
						37add77095
					
				|  | @ -16,7 +16,7 @@ jobs: | |||
|           cache: 'npm' | ||||
|           cache-dependency-path: | | ||||
|             package-lock.json | ||||
|           node-version: '18' | ||||
|           node-version: '20' | ||||
| 
 | ||||
|       - name: Install and Build 🔧 | ||||
|         run: | | ||||
|  | @ -29,8 +29,10 @@ jobs: | |||
|           NODE_OPTIONS: --max-old-space-size=6144 | ||||
| 
 | ||||
|       - name: Deploy Documentation 🚀 | ||||
|         uses: JamesIves/github-pages-deploy-action@releases/v3 | ||||
|         uses: JamesIves/github-pages-deploy-action@releases/v4 | ||||
|         with: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|           BRANCH: gh-pages # The branch the action should deploy to. | ||||
|           FOLDER: docs # The folder the action should deploy. | ||||
|           branch: gh-pages # The branch the action should deploy to. | ||||
|           folder: docs # The folder the action should deploy. | ||||
|           # ensure we don't override benchmark data | ||||
|           clean-exclude: | | ||||
|             benchmarks/** | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue