Update tests.yml
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -118,9 +118,8 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           name: workspace |           name: workspace | ||||||
|  |  | ||||||
|       - name: Extract Workspace Archive |       - name: Checkout Repository | ||||||
|         run: | |         uses: actions/checkout@v3 | ||||||
|           tar -xzf workspace.tar.gz |  | ||||||
|  |  | ||||||
|       - name: Generate Docs |       - name: Generate Docs | ||||||
|         run: | |         run: | | ||||||
| @@ -132,9 +131,11 @@ jobs: | |||||||
|           echo "$PWD" |           echo "$PWD" | ||||||
|           ls |           ls | ||||||
|  |  | ||||||
|       - uses: actions/checkout@v3 |       - name: use checkout actions | ||||||
|       - run: | |         uses: actions/checkout@v3 | ||||||
|           echo "publishing docs" |  | ||||||
|  |       - name: publish | ||||||
|  |         run: | | ||||||
|           git config user.name "github-actions" |           git config user.name "github-actions" | ||||||
|           git config user.email "github-actions@github.com" |           git config user.email "github-actions@github.com" | ||||||
|           git add docs |           git add docs | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user