fixing actions
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,12 +31,10 @@ jobs: | |||||||
|         pip install -e ./ |         pip install -e ./ | ||||||
|     - name: generate docs |     - name: generate docs | ||||||
|       run: | |       run: | | ||||||
|  |         python -m pip install sphinx sphinx-autobuild | ||||||
|         cd docsource && make html |         cd docsource && make html | ||||||
|     - name: Deploy Docs to GitHub Pages |         make github | ||||||
|       uses: peaceiris/actions-gh-pages@v3 |         cd .. | ||||||
|       with: |  | ||||||
|         github_token: ${{ secrets.GITHUB_TOKEN }} |  | ||||||
|         publish_dir: ._build/html |  | ||||||
|     - name: Setup test environment and run tests |     - name: Setup test environment and run tests | ||||||
|       env: |       env: | ||||||
|         OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }} |         OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }} | ||||||
| @@ -44,7 +42,6 @@ jobs: | |||||||
|         TEST_ICAL_URL: ${{ secrets.TEST_ICAL_URL }} |         TEST_ICAL_URL: ${{ secrets.TEST_ICAL_URL }} | ||||||
|         TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} |         TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} | ||||||
|       run: | |       run: | | ||||||
|         cd .. |  | ||||||
|         echo "$PWD" |         echo "$PWD" | ||||||
|         cd inkycal/tests |         cd inkycal/tests | ||||||
|         wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json |         wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user