Fix gitlab-ci. #117.
This commit is contained in:
		@ -5,7 +5,8 @@ pages:
 | 
				
			|||||||
    GIT_SUBMODULE_STRATEGY: recursive
 | 
					    GIT_SUBMODULE_STRATEGY: recursive
 | 
				
			||||||
    GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
 | 
					    GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - hugo -s support/documentation/ -d public/
 | 
					    # gitlab need the generated documentation to be in the /public dir.
 | 
				
			||||||
 | 
					    - hugo -s support/documentation/ -d ../../public/
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - public
 | 
					      - public
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user