Update tests.yml
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -113,8 +113,8 @@ jobs: | ||||
|       contents: write | ||||
|      | ||||
|     steps: | ||||
|       - name: Restore Workspace | ||||
|         uses: actions/download-artifact@v2 | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/download-artifact@v2 | ||||
|         with: | ||||
|           name: workspace | ||||
|  | ||||
| @@ -122,9 +122,6 @@ jobs: | ||||
|         run: | | ||||
|           tar -xzf workspace.tar.gz | ||||
|  | ||||
|       - name: use checkout actions | ||||
|         uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Generate Docs | ||||
|         run: | | ||||
|           sudo apt-get install python3-sphinx | ||||
| @@ -134,6 +131,7 @@ jobs: | ||||
|           make html && make github && cd .. | ||||
|           echo "$PWD" | ||||
|           ls | ||||
|           git add docs/* | ||||
|           git status | ||||
|  | ||||
|       - name: publish | ||||
|   | ||||
		Reference in New Issue
	
	Block a user