File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 file =" ${ dirs.release } /pkg_akeebasubs-${ version } .zip"
6969 releaseId =" ${ github.release.id } " />
7070
71+ <!-- Upload the documentation files -->
72+ <GitHubAsset token =" ${ github.token } " organization =" ${ github.organization } " repository =" ${ github.repository } "
73+ file =" ${ dirs.release } /datacompliance.pdf"
74+ releaseId =" ${ github.release.id } " />
75+
7176 <!-- Publish the release -->
7277 <GitHubRelease token =" ${ github.token } " organization =" ${ github.organization } " repository =" ${ github.repository } "
7378 tagName =" ${ version } " draft =" 0" />
7984 ====================================================================================================
8085 -->
8186
82- <target name =" documentation" description =" Dummy task " >
87+ <target name =" documentation" description =" Creates the documentation packages " depends = " doc-j-pdf " >
8388 </target >
89+
90+ <target name =" doc-j-pdf" description =" Documentation for Joomla! in PDF format" >
91+ <phingcall target =" docbook-pdf" >
92+ <property name =" docs.input" value =" datacompliance.xml" />
93+ </phingcall >
94+ </target >
95+
8496</project >
You can’t perform that action at this time.
0 commit comments