mirror of
				https://gitlab.gnome.org/GNOME/libxslt
				synced 2025-11-04 00:53:12 +03:00 
			
		
		
		
	Upload documentation to GitLab Pages
This commit is contained in:
		@@ -281,3 +281,19 @@ cmake:msvc:v141:x86:static:
 | 
				
			|||||||
  variables:
 | 
					  variables:
 | 
				
			||||||
    BUILD_SHARED_LIBS: "OFF"
 | 
					    BUILD_SHARED_LIBS: "OFF"
 | 
				
			||||||
    SUFFIX: static
 | 
					    SUFFIX: static
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pages:
 | 
				
			||||||
 | 
					  script:
 | 
				
			||||||
 | 
					    - mkdir -p public/EXSLT
 | 
				
			||||||
 | 
					    - cp -r doc/devhelp doc/tutorial doc/tutorial2 doc/xsltproc.html public
 | 
				
			||||||
 | 
					    - cp -r doc/EXSLT/devhelp public/EXSLT
 | 
				
			||||||
 | 
					  artifacts:
 | 
				
			||||||
 | 
					    paths:
 | 
				
			||||||
 | 
					      - public
 | 
				
			||||||
 | 
					    exclude:
 | 
				
			||||||
 | 
					      - public/devhelp/Makefile*
 | 
				
			||||||
 | 
					      - public/devhelp/*.xsl
 | 
				
			||||||
 | 
					      - public/EXSLT/devhelp/Makefile*
 | 
				
			||||||
 | 
					      - public/EXSLT/devhelp/*.xsl
 | 
				
			||||||
 | 
					  only:
 | 
				
			||||||
 | 
					    - master@GNOME/libxslt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user