mirror of
				https://github.com/Klipper3d/klipper.git
				synced 2025-10-31 10:25:57 +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/** |       - docs/** | ||||||
|       - mkdocs.yml |       - mkdocs.yml | ||||||
|       - .github/workflows/klipper3d-deploy.yaml |       - .github/workflows/klipper3d-deploy.yaml | ||||||
|   schedule: |  | ||||||
|     - cron: "0 0 * * *" |  | ||||||
| jobs: | jobs: | ||||||
|   deploy: |   deploy: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| @@ -26,8 +24,6 @@ jobs: | |||||||
|             ${{ runner.os }}-pip- |             ${{ runner.os }}-pip- | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: pip install -r docs/_klipper3d/mkdocs-requirements.txt |         run: pip install -r docs/_klipper3d/mkdocs-requirements.txt | ||||||
|       - name: Fetch translations |  | ||||||
|         run: docs/_klipper3d/fetch-translations.sh |  | ||||||
|       - name: Build and deploy klipper3d |       - name: Build and deploy klipper3d | ||||||
|         run: | |         run: | | ||||||
|           mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose |           mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user