Skip to content

Remove .phpdoc dir from vc #53

Remove .phpdoc dir from vc

Remove .phpdoc dir from vc #53

Workflow file for this run

name: Generate docs
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
generate-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up environment
run: |
cp phpdoc.dist.xml phpdoc.xml
wget https://phpdoc.org/phpDocumentor.phar
chmod +x phpDocumentor.phar
- name: Generate documentation
run: ./phpDocumentor.phar