Update build_documentation.yml
This commit is contained in:
		
							parent
							
								
									896d3b0cf6
								
							
						
					
					
						commit
						d8c8cf6f76
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		
							
								
								
									
										7
									
								
								.github/workflows/build_documentation.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build_documentation.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -8,9 +8,6 @@ on: | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |  | ||||||
|       matrix: |  | ||||||
|         python-version: [3.10] |  | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|  | @ -18,7 +15,7 @@ jobs: | ||||||
|       - name: Set up Python ${{ matrix.python-version }} |       - name: Set up Python ${{ matrix.python-version }} | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: ${{ matrix.python-version }} |           python-version: "3.10" | ||||||
| 
 | 
 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|  | @ -35,4 +32,4 @@ jobs: | ||||||
|         uses: JamesIves/github-pages-deploy-action@4.1.4 |         uses: JamesIves/github-pages-deploy-action@4.1.4 | ||||||
|         with: |         with: | ||||||
|           branch: documentation |           branch: documentation | ||||||
|           folder: ./documentation |           folder: ./documentation | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue