| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -20,14 +20,14 @@ jobs: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    name: build docs | 
					 | 
					 | 
					 | 
					    name: build docs | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    runs-on: ubuntu-latest | 
					 | 
					 | 
					 | 
					    runs-on: ubuntu-latest | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    steps: | 
					 | 
					 | 
					 | 
					    steps: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    - uses: commaai/timeout@v1 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - uses: actions/checkout@v4 | 
					 | 
					 | 
					 | 
					    - uses: actions/checkout@v4 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 1 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      with: | 
					 | 
					 | 
					 | 
					      with: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        submodules: true | 
					 | 
					 | 
					 | 
					        submodules: true | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # Build | 
					 | 
					 | 
					 | 
					    # Build | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - name: Build docs | 
					 | 
					 | 
					 | 
					    - name: Build docs | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 1 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      run: | | 
					 | 
					 | 
					 | 
					      run: | | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        # TODO: can we install just the "docs" dependency group without the normal deps? | 
					 | 
					 | 
					 | 
					        # TODO: can we install just the "docs" dependency group without the normal deps? | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        pip install mkdocs | 
					 | 
					 | 
					 | 
					        pip install mkdocs | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -35,14 +35,12 @@ jobs: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # Push to docs.comma.ai | 
					 | 
					 | 
					 | 
					    # Push to docs.comma.ai | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - uses: actions/checkout@v4 | 
					 | 
					 | 
					 | 
					    - uses: actions/checkout@v4 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 1 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' | 
					 | 
					 | 
					 | 
					      if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      with: | 
					 | 
					 | 
					 | 
					      with: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        path: openpilot-docs | 
					 | 
					 | 
					 | 
					        path: openpilot-docs | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        ssh-key: ${{ secrets.OPENPILOT_DOCS_KEY }} | 
					 | 
					 | 
					 | 
					        ssh-key: ${{ secrets.OPENPILOT_DOCS_KEY }} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        repository: commaai/openpilot-docs | 
					 | 
					 | 
					 | 
					        repository: commaai/openpilot-docs | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - name: Push | 
					 | 
					 | 
					 | 
					    - name: Push | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 1 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' | 
					 | 
					 | 
					 | 
					      if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      run: | | 
					 | 
					 | 
					 | 
					      run: | | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        set -x | 
					 | 
					 | 
					 | 
					        set -x | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |