Explorar el Código

:shower: change output path to ./docs (GH-Pages)

codemasher hace 5 años
padre
commit
6122acdb7d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      phpdoc.xml

+ 3 - 3
phpdoc.xml

@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <phpdoc>
 	<parser>
-		<target>public/docs</target>
+		<target>docs</target>
 	</parser>
 	<transformer>
-		<target>public/docs</target>
+		<target>docs</target>
 	</transformer>
 	<files>
 		<directory>src</directory>
@@ -12,4 +12,4 @@
 	<transformations>
 		<template name="responsive-twig"/>
 	</transformations>
-</phpdoc>
+</phpdoc>