fix docs path
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -104,10 +104,12 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           tar -xzf workspace.tar.gz |           tar -xzf workspace.tar.gz | ||||||
|  |  | ||||||
|       - name: Publish Docs |       - name: Publish Docs to Github Pages | ||||||
|         run: | |         run: | | ||||||
|  |           echo "$PWD" | ||||||
|  |           ls | ||||||
|           source venv/bin/activate |           source venv/bin/activate | ||||||
|           cp -R docsource/_build/html/. docs/ |           cp -r docsource/_build/html/. docs/ | ||||||
|           git config --global user.name 'GitHub Actions' |           git config --global user.name 'GitHub Actions' | ||||||
|           git config --global user.email 'actions@github.com' |           git config --global user.email 'actions@github.com' | ||||||
|           git add docs |           git add docs | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user