mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Remove mike
This commit is contained in:
		
							parent
							
								
									8c12afced5
								
							
						
					
					
						commit
						ce695850bd
					
				
							
								
								
									
										10
									
								
								.github/workflows/docs-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/docs-publish.yml
									
									
									
									
										vendored
									
									
								
							@ -50,7 +50,6 @@ jobs:
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            mkdocs-material-
 | 
			
		||||
      - run: sudo apt-get install pngquant
 | 
			
		||||
      - run: pip install mike
 | 
			
		||||
      - run: pip install mkdocs-material mkdocs-redirects "mkdocs-material[imaging]"
 | 
			
		||||
      - name: Test Docs Build
 | 
			
		||||
        run: MKINSIDERS=false mkdocs build
 | 
			
		||||
@ -75,7 +74,6 @@ jobs:
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            mkdocs-material-
 | 
			
		||||
      - run: sudo apt-get install pngquant
 | 
			
		||||
      - run: pip install mike==2.0.0
 | 
			
		||||
      - run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git
 | 
			
		||||
      - run: pip install mkdocs-redirects "mkdocs-material[imaging]"
 | 
			
		||||
      - name: Set Git config
 | 
			
		||||
@ -88,11 +86,7 @@ jobs:
 | 
			
		||||
          git checkout gh-pages
 | 
			
		||||
          git pull origin gh-pages
 | 
			
		||||
          git checkout main
 | 
			
		||||
      - name: Docs Deploy for Main
 | 
			
		||||
        if: github.ref == 'refs/heads/main'
 | 
			
		||||
        run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}}
 | 
			
		||||
      - name: Docs Deploy for Tags
 | 
			
		||||
        if: github.ref != 'refs/heads/main'
 | 
			
		||||
        run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}} latest
 | 
			
		||||
      - name: Docs Deploy
 | 
			
		||||
        run: MKINSIDERS=true mkdocs gh-deploy --force
 | 
			
		||||
env:
 | 
			
		||||
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
 | 
			
		||||
 | 
			
		||||
@ -231,8 +231,6 @@ extra_css:
 | 
			
		||||
  - "stylesheets/extra.css"
 | 
			
		||||
 | 
			
		||||
extra:
 | 
			
		||||
  version:
 | 
			
		||||
    provider: mike
 | 
			
		||||
  social:
 | 
			
		||||
    - icon: fontawesome/brands/discord
 | 
			
		||||
      link: https://discord.gg/k4ruYNrudu
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user