fix doc style
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build-deploy-docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-deploy-docs.yml
									
									
									
									
										vendored
									
									
								
							@@ -9,8 +9,8 @@ jobs:
 | 
				
			|||||||
  build-deploy-docs:
 | 
					  build-deploy-docs:
 | 
				
			||||||
    if: github.repository == 'laradock/laradock'
 | 
					    if: github.repository == 'laradock/laradock'
 | 
				
			||||||
    runs-on: ubuntu-20.04
 | 
					    runs-on: ubuntu-20.04
 | 
				
			||||||
#    concurrency:
 | 
					    concurrency:
 | 
				
			||||||
#      group: ${{ github.workflow }}-${{ github.ref }}
 | 
					      group: ${{ github.workflow }}-${{ github.ref }}
 | 
				
			||||||
    defaults:
 | 
					    defaults:
 | 
				
			||||||
      run:
 | 
					      run:
 | 
				
			||||||
        working-directory: ./DOCUMENTATION
 | 
					        working-directory: ./DOCUMENTATION
 | 
				
			||||||
@@ -21,7 +21,7 @@ jobs:
 | 
				
			|||||||
      - name: Setup Hugo
 | 
					      - name: Setup Hugo
 | 
				
			||||||
        uses: peaceiris/actions-hugo@v2
 | 
					        uses: peaceiris/actions-hugo@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          hugo-version: 'latest'
 | 
					          hugo-version: '0.55.0'
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          ACTIONS_ALLOW_UNSECURE_COMMANDS: true
 | 
					          ACTIONS_ALLOW_UNSECURE_COMMANDS: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user