mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-03 21:07:55 +00:00 
			
		
		
		
	Disable cards in offline build
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@
 | 
			
		||||
 | 
			
		||||
name: 📦 Releases
 | 
			
		||||
 | 
			
		||||
on: 
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    tags:
 | 
			
		||||
      - '*'
 | 
			
		||||
@@ -74,11 +74,12 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          pip install pipenv
 | 
			
		||||
          pipenv install
 | 
			
		||||
          sudo apt install pngquant
 | 
			
		||||
 | 
			
		||||
      - name: Build website
 | 
			
		||||
        env:
 | 
			
		||||
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          CARDS: true
 | 
			
		||||
          CARDS: false
 | 
			
		||||
        run: |
 | 
			
		||||
          pipenv run mkdocs build --config-file config/mkdocs-offline.yml
 | 
			
		||||
          pipenv run mkdocs --version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user