项目作者: gpupo

项目描述 :
phpDocumentor Github Action
高级语言: Shell
项目地址: git://github.com/gpupo/actions-phpDocumentor.git
创建时间: 2020-05-22T14:50:37Z
项目社区:https://github.com/gpupo/actions-phpDocumentor

开源协议:

下载


phpDocumentor Github Action

Can be used to generate documentation for PHP applications up to PHP version 7.0

Inputs

dir

Project Root. Default ".".

Example usage

Create phpdoc.dist.xml in your root folder and use the step into your Github workflow:

  1. - name: PhpDocumentor
  2. uses: gpupo/actions-phpDocumentor@1.0
  3. with:
  4. dir: './'