mirror of
				https://github.com/Klipper3d/klipper.git
				synced 2025-10-31 18:36:09 +01:00 
			
		
		
		
	klipper3d-deploy: Temporarily disable translations on klipper3d.org
Temporarily disable support for multiple languages on the main klipper3d.org site. The search functionality isn't working correctly with translations. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/klipper3d-deploy.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/klipper3d-deploy.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -7,8 +7,6 @@ on: | ||||
|       - docs/** | ||||
|       - mkdocs.yml | ||||
|       - .github/workflows/klipper3d-deploy.yaml | ||||
|   schedule: | ||||
|     - cron: "0 0 * * *" | ||||
| jobs: | ||||
|   deploy: | ||||
|     runs-on: ubuntu-latest | ||||
| @@ -26,8 +24,6 @@ jobs: | ||||
|             ${{ runner.os }}-pip- | ||||
|       - name: Install dependencies | ||||
|         run: pip install -r docs/_klipper3d/mkdocs-requirements.txt | ||||
|       - name: Fetch translations | ||||
|         run: docs/_klipper3d/fetch-translations.sh | ||||
|       - name: Build and deploy klipper3d | ||||
|         run: | | ||||
|           mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose | ||||
|   | ||||
		Reference in New Issue
	
	Block a user