Update .gitlab-ci.yml (pages)
This commit is contained in:
		
							parent
							
								
									4dfbd87f2d
								
							
						
					
					
						commit
						974c8ee1b3
					
				@ -96,6 +96,24 @@ deploy:resourcepack:
 | 
			
		||||
      - resourcepack/*
 | 
			
		||||
      - .gitlab-ci.yml
 | 
			
		||||
      
 | 
			
		||||
pages:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
  - mkdir public
 | 
			
		||||
  - mv resourcepack-out/resourcepack.zip public/dodsorfas_resources.zip
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
    - public
 | 
			
		||||
  only:
 | 
			
		||||
    refs:
 | 
			
		||||
      - master
 | 
			
		||||
    changes:
 | 
			
		||||
      - resourcepack/**/*
 | 
			
		||||
      - resourcepack/*
 | 
			
		||||
      - .gitlab-ci.yml
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
restart:
 | 
			
		||||
  stage: restart
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user