| 
														
															@@ -1,7 +1,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 name: "Update searx.data" 
														 | 
														
														 | 
														
															 name: "Update searx.data" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 on: 
														 | 
														
														 | 
														
															 on: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   schedule: 
														 | 
														
														 | 
														
															   schedule: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    - cron: "05 06 * * 5" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    - cron: "05 06 1 * *" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   workflow_dispatch: 
														 | 
														
														 | 
														
															   workflow_dispatch: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 jobs: 
														 | 
														
														 | 
														
															 jobs: 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -34,13 +34,13 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Install Python dependencies 
														 | 
														
														 | 
														
															       - name: Install Python dependencies 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: | 
														 | 
														
														 | 
														
															         run: | 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          pip install -U pip wheel setuptools 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          pip install -r requirements.txt 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          make V=1 install 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Fetch data 
														 | 
														
														 | 
														
															       - name: Fetch data 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         env: 
														 | 
														
														 | 
														
															         env: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }} 
														 | 
														
														 | 
														
															           FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: | 
														 | 
														
														 | 
														
															         run: | 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          source local/py3/bin/activate 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           $FETCH_SCRIPT 
														 | 
														
														 | 
														
															           $FETCH_SCRIPT 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Create Pull Request 
														 | 
														
														 | 
														
															       - name: Create Pull Request 
														 |