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