mirror of
				https://github.com/privacyguides/i18n.git
				synced 2025-11-03 23:17:57 +00:00 
			
		
		
		
	Use strict mkdocs builds
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/site-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/site-build.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
name: 🏗️ Build Websites
 | 
					name: 🏗️ Build Websites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on: [push, workflow_dispatch]
 | 
					on:
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					  schedule:
 | 
				
			||||||
 | 
					    - cron: '0 17 * * *'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
@@ -69,7 +72,7 @@ jobs:
 | 
				
			|||||||
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
					          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
          CARDS: true
 | 
					          CARDS: true
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          pipenv run mkdocs build --config-file config/mkdocs.${{ matrix.language }}.yml
 | 
					          pipenv run mkdocs build --strict --config-file config/mkdocs.${{ matrix.language }}.yml
 | 
				
			||||||
          pipenv run mkdocs --version
 | 
					          pipenv run mkdocs --version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Package website
 | 
					      - name: Package website
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user