fixing actions
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,20 +20,18 @@ jobs: | |||||||
|     - name: Clone repo |     - name: Clone repo | ||||||
|       run: | |       run: | | ||||||
|         git clone --single-branch https://github.com/aceinnolab/Inkycal |         git clone --single-branch https://github.com/aceinnolab/Inkycal | ||||||
|     - name: Creating virtual environment |     - name: Creating virtual environment and install dependencies | ||||||
|       run: | |       run: | | ||||||
|         cd Inkycal |         cd Inkycal | ||||||
|  |         echo "$PWD" | ||||||
|         python3 -m venv venv |         python3 -m venv venv | ||||||
|         source venv/bin/activate |         source venv/bin/activate | ||||||
|         python -m pip install --upgrade pip |         python -m pip install --upgrade pip | ||||||
|     - name: Install dependencies |  | ||||||
|       run: | |  | ||||||
|         pip install wheel |         pip install wheel | ||||||
|         pip install -e ./ |         pip install -e ./ | ||||||
|     - name: generate docs |     - name: generate docs | ||||||
|       run: | |       run: | | ||||||
|         cd docsource |         cd docsource && make html | ||||||
|         make html |  | ||||||
|     - name: Deploy Docs to GitHub Pages |     - name: Deploy Docs to GitHub Pages | ||||||
|       uses: peaceiris/actions-gh-pages@v3 |       uses: peaceiris/actions-gh-pages@v3 | ||||||
|       with: |       with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user