forked from zaclys/searxng
		
	Merge pull request #2528 from dalf/mod-ci-gh-pages
[mod] CI: minor changes
This commit is contained in:
		
						commit
						321788f14a
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/integration.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/integration.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -73,7 +73,7 @@ jobs: | |||
|         python-version: '3.9' | ||||
|         architecture: 'x64' | ||||
|     - name: Build documentation | ||||
|       run: SEARX_DEBUG=1 make V=1 travis-gh-pages | ||||
|       run: SEARX_DEBUG=1 make V=1 ci-gh-pages | ||||
|     - name: Deploy | ||||
|       if:  github.ref == 'refs/heads/master' | ||||
|       uses: JamesIves/github-pages-deploy-action@3.7.1 | ||||
|  |  | |||
|  | @ -186,8 +186,8 @@ gh-pages: docs-clean docs | |||
| 		git commit -q -m "make gh-pages: from $(shell git config --get remote.origin.url)@$(shell git rev-parse HEAD)" ;\ | ||||
| 		git push -f origin gh-pages | ||||
| 
 | ||||
| PHONY += travis-gh-pages | ||||
| travis-gh-pages: docs-clean docs | ||||
| PHONY += ci-gh-pages | ||||
| ci-gh-pages: docs-clean docs | ||||
| 	rm -Rf $(GH_PAGES) | ||||
| 	mkdir -p $(GH_PAGES) | ||||
| 	$(MAKE) prepare-gh-pages | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament