Update .gitlab-ci.yml file
This commit is contained in:
		@@ -7,6 +7,7 @@ test:
 | 
				
			|||||||
  except:
 | 
					  except:
 | 
				
			||||||
    variables:
 | 
					    variables:
 | 
				
			||||||
      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
					      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 | 
					  interruptible: true
 | 
				
			||||||
pages:
 | 
					pages:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
  - hugo --gc --minify --cleanDestinationDir
 | 
					  - hugo --gc --minify --cleanDestinationDir
 | 
				
			||||||
@@ -15,4 +16,5 @@ pages:
 | 
				
			|||||||
    - public
 | 
					    - public
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    variables:
 | 
					    variables:
 | 
				
			||||||
      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
					      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 | 
					  interruptible: true
 | 
				
			||||||
		Reference in New Issue
	
	Block a user